Skip to content

Commit 1487803

Browse files
committed
Create index file for tests
1 parent fb0bbd8 commit 1487803

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/index.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* lazy-linked-lists
3+
* Lazy and infinite linked lists for JavaScript.
4+
*
5+
* test/index.js
6+
*
7+
* Top level index for unit tests.
8+
* @license ISC
9+
*/
10+
11+
import 'should';
12+
13+
import './units';

0 commit comments

Comments
 (0)