mirror of
https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git
synced 2026-07-31 00:02:14 +08:00
Creating a failing test
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ cordova.define("nl.x-services.plugins.toast.tests", function(require, exports, m
|
||||
});
|
||||
|
||||
it("should define showLongCenter", function() {
|
||||
expect(window.plugins.toast.showLongCenter).toBeDefined();
|
||||
expect(window.plugins.toast.IWillFail).toBeDefined();
|
||||
});
|
||||
|
||||
it("should define showLongBottom", function() {
|
||||
|
||||
Reference in New Issue
Block a user