Skip to content

Commit f4f3b09

Browse files
committed
launch config to debug config-yaml tests
1 parent da74567 commit f4f3b09

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.vscode/launch.json

+19
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,25 @@
138138
"env": {
139139
"NODE_OPTIONS": "--experimental-vm-modules"
140140
}
141+
},
142+
{
143+
"name": "[config-yaml] Jest Test Debugger, Current Open File",
144+
"type": "node",
145+
"request": "launch",
146+
"runtimeArgs": [
147+
"--inspect-brk",
148+
"${workspaceRoot}/packages/config-yaml/node_modules/jest/bin/jest.js",
149+
"--runInBand",
150+
"--config",
151+
"${workspaceRoot}/packages/config-yaml/jest.config.mjs",
152+
"${relativeFile}"
153+
],
154+
"cwd": "${workspaceRoot}/packages/config-yaml",
155+
"console": "integratedTerminal",
156+
"internalConsoleOptions": "neverOpen",
157+
"env": {
158+
"NODE_OPTIONS": "--experimental-vm-modules"
159+
}
141160
}
142161
]
143162
}

0 commit comments

Comments
 (0)