dummy asserts
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 23 Aug 2013 12:23:59 +0000 (14:23 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 23 Aug 2013 12:23:59 +0000 (14:23 +0200)
test/spec/async.spec.js

index 8c84ea8..dc09ceb 100644 (file)
@@ -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 () {