Skip to content

Commit

Permalink
misc: setup vscode launch test script config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Jan 25, 2022
1 parent 0a1b105 commit 698cf94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
]
},
{
"name": "no alias test file",
"name": "No Alias test file",
"type": "node",
"request": "launch",
"cwd": "${workspaceRoot}",
"cwd": "${workspaceFolder}/packages/envelop",
// "program": "${workspaceFolder}/node_modules/.bin/jest",
"program": "${workspaceFolder}/packages/no-alias/node_modules/jest/bin/jest.js", //pnpm fix
"program": "${workspaceFolder}/packages/envelop/node_modules/jest/bin/jest.js", //pnpm fix
"args": [
"${relativeFile}",
"--no-cache",
Expand Down

0 comments on commit 698cf94

Please sign in to comment.