We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba8c81 commit d3ff032Copy full SHA for d3ff032
packages/kv/.vscode/launch.json
@@ -18,7 +18,7 @@
18
"internalConsoleOptions": "neverOpen",
19
"disableOptimisticBPs": true,
20
"windows": {
21
- "program": "${workspaceFolder}/../../node_modules/jest/bin/jest"
+ "program": "${workspaceFolder}/node_modules/jest/bin/jest"
22
}
23
24
]
0 commit comments