Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Jun 10, 2014
1 parent 55da826 commit 20abe13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

test ("Ping", function() {
ok(true, "Pong");
});

asyncTest("Basic worker is initialized", basicWorkerTest("../demo/worker.js"));
asyncTest("All codecs worker is initialized", basicWorkerTest("../demo/worker-asm.js"));

Expand Down

0 comments on commit 20abe13

Please sign in to comment.