fune/testing/luciddream/example-tests/test.js
2015-03-24 15:17:53 -07:00

6 lines
156 B
JavaScript

ok(true, "Assertion from a JS script!");
//ok(false, "test failure");
setTimeout(function() {
ok(true, "Assertion from setTimeout!");
finish();
}, 15);