Skip to content

Commit d3ff032

Browse files
committed
Update launch.json
1 parent 5ba8c81 commit d3ff032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kv/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"internalConsoleOptions": "neverOpen",
1919
"disableOptimisticBPs": true,
2020
"windows": {
21-
"program": "${workspaceFolder}/../../node_modules/jest/bin/jest"
21+
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
2222
}
2323
}
2424
]

0 commit comments

Comments
 (0)