mirror of
https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git
synced 2025-04-17 23:29:18 +08:00
Update tests.js
This commit is contained in:
parent
388979b909
commit
fe7b0db69c
@ -1,4 +1,4 @@
|
|||||||
cordova.define("nl.x-services.plugins.toast.tests", function(require, exports, module) { exports.defineAutoTests = function() {
|
exports.defineAutoTests = function() {
|
||||||
|
|
||||||
var fail = function (done) {
|
var fail = function (done) {
|
||||||
expect(true).toBe(false);
|
expect(true).toBe(false);
|
||||||
@ -55,5 +55,3 @@ cordova.define("nl.x-services.plugins.toast.tests", function(require, exports, m
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
});
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user