We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daaee7 commit 68c2a4aCopy full SHA for 68c2a4a
src/index.ts
@@ -307,9 +307,9 @@ export async function specs(argv: string[], config: Config) {
307
path,
308
args(
309
"watch",
310
- defaultArgs,
311
test.config && ["--config", test.config],
312
- test.dir && ["--dir", test.dir]
+ test.dir && ["--dir", test.dir],
+ defaultArgs
313
),
314
{
315
name: "vitest watch",
@@ -323,9 +323,9 @@ export async function specs(argv: string[], config: Config) {
323
await PATHS.vitest(),
324
325
"run",
326
327
328
329
330
331
name: "vitest run",
0 commit comments