Skip to content

Commit

Permalink
fix: repeatable --project option
Browse files Browse the repository at this point in the history
  • Loading branch information
fenghan34 committed Feb 22, 2024
1 parent 4ff7159 commit f2df6b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/node/cli/cli-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ export const cliOptionsConfig: VitestCLIOptions = {
project: {
description: 'The name of the project to run if you are using Vitest workspace feature. This can be repeated for multiple projects: --project=1 --project=2',
argument: '<name>',
array: true,
},
slowTestThreshold: {
description: 'Threshold in milliseconds for a test to be considered slow (default: 300)',
Expand Down

0 comments on commit f2df6b7

Please sign in to comment.