mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
updated cordova-common dependnecy to 1.1.0
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
var test = require('tape');
|
||||
var oldToNew = require('../index').oldToNew;
|
||||
var newToOld = require('../index').newToOld;
|
||||
|
||||
test('plugin mappings exist', function(t) {
|
||||
t.plan(2);
|
||||
|
||||
t.equal('cordova-plugin-device', oldToNew['org.apache.cordova.device']);
|
||||
|
||||
t.equal('org.apache.cordova.device', newToOld['cordova-plugin-device']);
|
||||
})
|
||||
Reference in New Issue
Block a user