Skip to content

Commit 7861250

Browse files
committed
Add dummy test for now.
1 parent d31e490 commit 7861250

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
'use strict';
12

3+
// TODO: tests
4+
5+
it('should not fail on this dummy test', function () {
6+
7+
});

0 commit comments

Comments
 (0)