Skip to content

Commit

Permalink
Reflect mocha.opts change in README
Browse files Browse the repository at this point in the history
  • Loading branch information
josieusa committed Dec 19, 2016
1 parent 4ad9470 commit c0a70eb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,22 @@ npm install

This keeps you from using Node < v4.5.

## TEST WARNING
## TEST

**Do NOT test this package using `mocha .`.**

Test using:

```
npm test
```

This adds the `-r` option to `mocha` command, needed in order to pass tests.
Or (if you wish to skip `posttest` script):

```
mocha
```

The file `test/mocha.opts` adds the `-r` option to `mocha` command, **needed** in order to pass tests.

## WARNING

Expand Down

0 comments on commit c0a70eb

Please sign in to comment.