Skip to content

Commit d5d661f

Browse files
authored
feat: mocha testing config (#310)
* feat: adding a new config for mocha unit test setups * feat: chai plugins
1 parent 0a65bfb commit d5d661f

File tree

4 files changed

+129
-222
lines changed

4 files changed

+129
-222
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Create a `.eslintrc` file with the following contents:
3636
* `@readme/eslint-config`
3737
* `@readme/eslint-config/react`
3838
* `@readme/eslint-config/testing`
39+
* 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.
3940
* `@readme/eslint-config/typescript`
4041
* When using this you should tandem extend your config with `@readme/eslint-config` also.
4142

0 commit comments

Comments
 (0)