Creating a failing test

This commit is contained in:
Eddy Verbruggen 2014-07-16 17:11:18 +02:00
parent daba1f21cd
commit 9def9e77f5

View File

@ -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() {