Skip to content

Commit

Permalink
fix launch config for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emilefokkema committed Mar 22, 2024
1 parent 2eb16a8 commit 8c5be67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"autoAttachChildProcesses": true,
"skipFiles": ["<node_internals>/**", "**/node_modules/**"],
"program": "${workspaceRoot}/node_modules/vitest/vitest.mjs",
"args": ["run", "${relativeFile}", "--test-timeout=3600000", "--config", "vitest.config.ts"]
"args": ["run", "${relativeFile}", "--test-timeout=3600000", "--config", "vitest-unit.config.ts"]
}
]
}

0 comments on commit 8c5be67

Please sign in to comment.