We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319cf9b commit 8026a51Copy full SHA for 8026a51
docusaurus/docs/debugging-tests.md
@@ -14,7 +14,7 @@ Add the following to the `scripts` section in your project's `package.json`
14
15
```json
16
"scripts": {
17
- "test:debug": "react-scripts --inspect-brk test --runInBand"
+ "test:debug": "react-scripts --inspect-brk test --runInBand --no-cache"
18
}
19
```
20
0 commit comments