mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
better way to tell jest to use custom env
This commit is contained in:
committed by
David Lechner
parent
02118daa5a
commit
4299b36e6c
Vendored
+1
-3
@@ -18,11 +18,9 @@
|
||||
"name": "Debug Tests",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/craco",
|
||||
"env": { "CI": "true" },
|
||||
"args": ["test", "--runInBand", "--no-cache", "--env=./test/env.js"],
|
||||
"args": ["scripts/test.js"],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"protocol": "inspector",
|
||||
"console": "integratedTerminal",
|
||||
"internalConsoleOptions": "neverOpen"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user