mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
vscode: debug tests through craco
Changing react-scripts to craco in the debug config was missed in 2342023.
This commit is contained in:
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
||||
"name": "Debug Tests",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts",
|
||||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/craco",
|
||||
"env": { "CI": "true" },
|
||||
"args": ["test", "--runInBand", "--no-cache", "--env=./test/env.js"],
|
||||
"cwd": "${workspaceRoot}",
|
||||
|
||||
Reference in New Issue
Block a user