Update the docs to match #5846

This commit is contained in:
Dan Abramov
2019-02-15 13:54:04 +00:00
committed by GitHub
parent 319cf9b9e1
commit 8026a51c53

View File

@@ -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"
}
```