Skip to content

Commit

Permalink
feat: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinTichovsky committed Sep 26, 2021
1 parent c959b8f commit e162206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module.exports = async () => {

Now create `jest.setup.js` to create the collector and set the root folder of your source code. In this case I set "src" as the root folder.

> NOTE: Files ending with `.test.ts`, `.test.tsx`, `.test.js` or `.test.tsx` and all `__tests__` folders are excluded from mocking the exports.
> NOTE: Files ending with `.test.ts`, `.test.tsx`, `.test.js` or `.test.jsx` and all `__tests__` folders are excluded from being mocked.
```js
// jest.setup.js
Expand Down

0 comments on commit e162206

Please sign in to comment.