Skip to content

Commit

Permalink
Test framework is ready: #3 SOON
Browse files Browse the repository at this point in the history
  • Loading branch information
nettyso committed Aug 5, 2021
1 parent b29fed3 commit 8d69959
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/haptic-dom.test.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
console.log('Test haptic-dom.test.ts');
import { test } from 'zora';

void test('hello from zora', ({ ok }) => {
ok(true, 'it worked');
});

0 comments on commit 8d69959

Please sign in to comment.