chore(debug): fix debug filename when run test (#1520)

This commit is contained in:
Junyi 2023-03-01 23:13:29 +08:00 committed by GitHub
parent 1e329bc2d2
commit f8256548e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.vscode/launch.json vendored
View File

@ -27,7 +27,7 @@
"--inspect-brk", "--inspect-brk",
"test", "test",
"--runInBand", "--runInBand",
"${fileBasenameNoExtension}" "${file}"
], ],
"skipFiles": [ "skipFiles": [
"<node_internals>/**" "<node_internals>/**"