chore(debug): fix debug filename when run test (#1520)
This commit is contained in:
parent
1e329bc2d2
commit
f8256548e5
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -27,7 +27,7 @@
|
|||||||
"--inspect-brk",
|
"--inspect-brk",
|
||||||
"test",
|
"test",
|
||||||
"--runInBand",
|
"--runInBand",
|
||||||
"${fileBasenameNoExtension}"
|
"${file}"
|
||||||
],
|
],
|
||||||
"skipFiles": [
|
"skipFiles": [
|
||||||
"<node_internals>/**"
|
"<node_internals>/**"
|
||||||
|
Loading…
Reference in New Issue
Block a user