Skip to content

Commit

Permalink
docs: fix .mocharc example (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow committed Mar 14, 2024
1 parent cfd2557 commit 348e806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mocha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ yarn add --dev @reporters/mocha
Specify the desired mocha reporter inside the [mocha configuration file](https://mochajs.org/#configuring-mocha-nodejs), e.g. `.mocharc.js`:
```js
module.exports = {
reporter: '@reporters/mocha'
reporter: 'nyan'
}
```

Expand Down

0 comments on commit 348e806

Please sign in to comment.