From 8026a51c53904725e730291d0b110a440c70a7aa Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 15 Feb 2019 13:54:04 +0000 Subject: [PATCH] Update the docs to match #5846 --- docusaurus/docs/debugging-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ```