Skip to content

Commit 8026a51

Browse files
authored
Update the docs to match #5846
1 parent 319cf9b commit 8026a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/debugging-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following to the `scripts` section in your project's `package.json`
1414

1515
```json
1616
"scripts": {
17-
"test:debug": "react-scripts --inspect-brk test --runInBand"
17+
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache"
1818
}
1919
```
2020

0 commit comments

Comments
 (0)