X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fasync.spec.js;h=dc09ceb4324380c36a30557bdfab6c9b03992dc4;hb=53dc53783dfabd95a00a1a06472fe0982fa4ebf0;hp=8c84ea833c319326e68fc32665721ed8932df3ac;hpb=39c4257469fcf68073cccfd4f71b6d481c23539a;p=mkws-moved-to-github.git 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 () {