Skip to content

Commit

Permalink
Update the docs to match facebook#5846
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Feb 15, 2019
1 parent 319cf9b commit 8026a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/debugging-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to the `scripts` section in your project's `package.json`

```json
"scripts": {
"test:debug": "react-scripts --inspect-brk test --runInBand"
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache"
}
```

Expand Down

0 comments on commit 8026a51

Please sign in to comment.