Skip to content

Commit bbea80b

Browse files
committed
Fixed 'Debug All Tests' launch configuration.
1 parent fa79351 commit bbea80b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"--forbid-only",
4343
"--timeout",
4444
"999999",
45-
"integration-tests/**/api.test.ts"
45+
"integration-tests/**/*.test.ts"
4646
],
4747
"console": "integratedTerminal",
4848
"internalConsoleOptions": "neverOpen"

0 commit comments

Comments
 (0)