Skip to content

Commit

Permalink
docs(config): add "includeSource" option (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgr991 committed Apr 27, 2023
1 parent fbb1468 commit da2f197
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/config/index.md
Expand Up @@ -92,6 +92,15 @@ Files to include in the test run, using glob pattern.

Files to exclude from the test run, using glob pattern.

### includeSource

- **Type:** `string[]`
- **Default:** `[]`

Include globs for in-source test files.

When defined, Vitest will run all matched files with `import.meta.vitest` inside.

### deps

- **Type:** `{ external?, inline?, ... }`
Expand Down

0 comments on commit da2f197

Please sign in to comment.