Skip to content

Commit 4a0aa8c

Browse files
committed
remove mention of using node test.js #98
1 parent 0f486d2 commit 4a0aa8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readme.md

-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ Files starting with `_` are ignored. This can be useful for having helpers in th
109109

110110
## Documentation
111111

112-
Test files are just normal Node.js scripts and can be run with `$ node test.js`. However, using the CLI is preferred for simplicity, ES2015 support, parallelism, etc.
113-
114112
Tests are run async and require you to either set planned assertions `t.plan(1)`, explicitly end the test when done `t.end()`, or return a promise.
115113

116114
You have to define all tests synchronously, meaning you can't define a test in the next tick, e.g. inside a `setTimeout`.

0 commit comments

Comments
 (0)