forked from github/Toast-PhoneGap-Plugin
Merge pull request #12 from Telerik-Verified-Plugins/master
Fixed tests
This commit is contained in:
commit
8f92ce22eb
@ -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