diff --git a/docusaurus/docs/debugging-tests.md b/docusaurus/docs/debugging-tests.md index 80ca856cf33..da3f8ca7491 100644 --- a/docusaurus/docs/debugging-tests.md +++ b/docusaurus/docs/debugging-tests.md @@ -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" } ```