Skip to content

Commit 5c3b411

Browse files
committed
document mocha tests
1 parent 1a0ac1d commit 5c3b411

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/contributing/testing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ for a single file:
2020
$ ./node_modules/.bin/jaribu test/unit/cachinglayer-suite.js
2121
```
2222

23+
For the Mocha tests:
24+
25+
```sh
26+
$ npm run test:mocha
27+
```
2328
::: warning
2429
We're in the process of porting the tests to Mocha/Chai. Also see `npm run
2530
test:mocha`.

0 commit comments

Comments
 (0)