Skip to content

Commit 5dc65ca

Browse files
committed
Put test globals into a separate file
1 parent 7bd3a1c commit 5dc65ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/global.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+
* global.js
6+
*
7+
* Global scope for unit tests.
8+
* @license ISC
9+
*/
10+
11+
/* global describe, it */
12+
13+
import 'should'

0 commit comments

Comments
 (0)