Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef60cd5

Browse files
committed
fixed typo
1 parent 9ed2ca6 commit ef60cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Removes all rewired modules from `require.cache`. Every `require()` will now ret
141141

142142
## Please note
143143
### mocks
144-
Keys should be the exactly the same like they're required in the target module.
144+
Keys should be exactly the same like they're required in the target module.
145145
So if you write `require("../../myModules/myModuleA.js")` you need to pass
146146
`{"../../myModules/myModuleA.js": myModuleAMock}`.
147147

0 commit comments

Comments
 (0)