mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
18 lines
496 B
JSON
18 lines
496 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"name": "vscode-jest-tests.v2.lysand",
|
|
"request": "launch",
|
|
"args": [
|
|
"test",
|
|
"${jest.testFile}"
|
|
],
|
|
"cwd": "/home/jessew/Dev/lysand",
|
|
"console": "integratedTerminal",
|
|
"internalConsoleOptions": "neverOpen",
|
|
"disableOptimisticBPs": true,
|
|
"program": "/home/jessew/.bun/bin/bun"
|
|
}
|
|
]
|
|
} |