mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
refactor common test helpers into test/
This way we can share them with multiple tests
This commit is contained in:
committed by
David Lechner
parent
8ba4143fa7
commit
31c3e2b52e
Vendored
+1
-1
@@ -20,7 +20,7 @@
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts",
|
||||
"env": { "CI": "true" },
|
||||
"args": ["test", "--runInBand", "--no-cache", "--env=./test-env.js"],
|
||||
"args": ["test", "--runInBand", "--no-cache", "--env=./test/env.js"],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"protocol": "inspector",
|
||||
"console": "integratedTerminal",
|
||||
|
||||
Reference in New Issue
Block a user