Plugin XML settings

This commit is contained in:
Michael Bykovski
2017-07-11 15:35:12 +02:00
parent fb261d6c67
commit ac5b47b1a0
3 changed files with 43 additions and 49 deletions
-3
View File
@@ -1,4 +1,3 @@
cordova.define("cordova-plugin-webserver-tests.tests", function(require, exports, module) {
exports.defineAutoTests = function() {
describe('Webserver (window.webserver)', function () {
@@ -91,5 +90,3 @@ exports.defineManualTests = function(contentEl, createActionButton) {
);
});
};
});