X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fasync.spec.js;h=6de372df0fc924fcc0830f2798dee06b4c83e278;hb=09bc6df503cbcb0a222a2888294a2294d897d1bb;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..6de372d 100644 --- a/test/spec/async.spec.js +++ b/test/spec/async.spec.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 IndexData ApS. http://indexdata.com +/* Copyright (c) 2013 Index Data ApS. http://indexdata.com * * async check * @@ -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 () {