Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit d8f325b

Browse files
committed
Adjust readme
1 parent 65419a1 commit d8f325b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,4 @@ Add to your ```.babelrc``` / ```.babelrc.js``` / ```babel.config.js```
126126
plugins: [
127127
"jest-mock-external-components/babel",
128128
]
129-
```
130-
131-
## Caveats
132-
After mocking, at beginning of the test file the ```jest.resetModules()``` will be called. Make sure you are not setting internal state somewhere before (for example in setupFiles/setupTestFrameworkFile)
129+
```

0 commit comments

Comments
 (0)