We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886e6cc commit 660f592Copy full SHA for 660f592
template/README.md
@@ -1572,12 +1572,9 @@ Use the following [`launch.json`](https://code.visualstudio.com/docs/editor/debu
1572
"name": "Debug CRA Tests",
1573
"type": "node",
1574
"request": "launch",
1575
- "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts",
1576
- "runtimeArgs": [
1577
- "--inspect-brk",
1578
- "test"
1579
- ],
+ "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts",
1580
"args": [
+ "test",
1581
"--runInBand",
1582
"--no-cache",
1583
"--env=jsdom"
0 commit comments