From: Wolfram Schneider Date: Fri, 23 Aug 2013 12:23:59 +0000 (+0200) Subject: dummy asserts X-Git-Tag: 0.9.1~202^2~67 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=c912f6bdef3369256c7d59f4c4b8b0a1c718b69a dummy asserts --- diff --git a/test/spec/async.spec.js b/test/spec/async.spec.js index 8c84ea8..dc09ceb 100644 --- a/test/spec/async.spec.js +++ b/test/spec/async.spec.js @@ -17,6 +17,7 @@ describe("Asynchronous check", function () { setTimeout(function () { timer = time; }, time * 1000); + expect(time >= 0).toBeTruthy(); } runs(function () { @@ -48,6 +49,7 @@ describe("Asynchronous check", function () { setTimeout(function () { timer = time; }, time * 1000); + expect(time >= 0).toBeTruthy(); } runs(function () {