Skip to content

Commit

Permalink
tweak to test doc heading in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yoosername committed Nov 19, 2017
1 parent a46c61a commit c62e09d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ echo "pickle rick" | node app.js // # KCIR ELKCIP

## Test

> See [example tests](https://github.com/yoosername/streaming-middleware/blob/master/test/tests.md)
```bash
npm test

Expand All @@ -48,6 +46,10 @@ mocha test/**/*spec.js --reporter spec
mocha test/**/*spec.js --reporter=nyan
```

## Test Documentation

The [test documentation](https://github.com/yoosername/streaming-middleware/blob/master/test/tests.md) was generated with Mocha’s “doc” reporter, and directly reflects the test suite.

## Coverage

```bash
Expand Down

0 comments on commit c62e09d

Please sign in to comment.