Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Apr 11, 2021
1 parent 4ee2b59 commit 81bf476
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [3.0.9]
### Changed
- improved readme

## [3.0.8]
### Fixed
- Pattern option should not have been path.resolved
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Since writing zUnit I've begun to wonder whether some of Mocha's advanced featur
## Usage
1. Install zUnit
```
npm i zunit
npm i zunit --save-dev
```
1. Add the zUnit script to package.json
```
Expand Down Expand Up @@ -110,7 +110,7 @@ You can configure zUnit's launch script by:
| exit | Boolean | `false` | For the node process to exit after tests are complete. |

## Writing your own launch script
If the packaged [launch script]([script](https://github.com/acuminous/cryptus/blob/master/bin/zUnit.js)) doesn't meet your needs you can create your own. For example, you may want to use a different reporter...
If the packaged [launch script]([script](https://github.com/acuminous/cryptus/blob/master/bin/zUnit.js)) doesn't meet your needs you can create your own. For example, you may want to use a different reporter...

```js
const { EOL } = require('os');
Expand Down

0 comments on commit 81bf476

Please sign in to comment.