Skip to content

Commit

Permalink
feat: mocha testing config (#310)
Browse files Browse the repository at this point in the history
* feat: adding a new config for mocha unit test setups

* feat: chai plugins
  • Loading branch information
erunion authored Jan 27, 2022
1 parent 0a65bfb commit d5d661f
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 222 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Create a `.eslintrc` file with the following contents:
* `@readme/eslint-config`
* `@readme/eslint-config/react`
* `@readme/eslint-config/testing`
* This config assumes you're using [Jest](https://jestjs.io/), but if you're using [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/) you should use `@readme/eslint-config/testing-mocha` instead.
* `@readme/eslint-config/typescript`
* When using this you should tandem extend your config with `@readme/eslint-config` also.

Expand Down
Loading

0 comments on commit d5d661f

Please sign in to comment.