mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
CB-11095 Fix plugin add/removal when running on Node v.010
This commit is contained in:
@@ -164,7 +164,7 @@ describe('android project handler', function() {
|
||||
});
|
||||
|
||||
describe('of <js-module> elements', function() {
|
||||
var jsModule = {src: 'www/dummyPlugin.js'};
|
||||
var jsModule = {src: 'www/dummyplugin.js'};
|
||||
var wwwDest, platformWwwDest;
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
Reference in New Issue
Block a user