Add --jest and --mocha

This commit is contained in:
Dan Rosén 2018-03-05 17:15:31 +01:00
parent ae932d9335
commit 72e11e644a
5 changed files with 274 additions and 221 deletions

View file

@ -79,7 +79,16 @@ passed: 6 failed: 0 of 6 tests (171ms)
All of 6 tests passed!
```
The default is to use tape output but it can also create ava output. Pull requests for other test runners are welcome.
There are four different outputs available:
```
* tape
* AVA
* jest
* mocha (using chai)
```
Pull requests for other test runners are welcome.
## Watching file changes