Skip to content

Commit

Permalink
chore: ✅ update vitest coverage exludes
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyMurray committed Dec 10, 2023
1 parent a18c764 commit b021543
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ export function defaultVitestOptions(): VitestOptions {
},
exclude: [
'.projenrc.ts',
'*.d.ts',
'examples',
'lib',
'scripts',
'src/cli',
'src/scripts',
'src/utils/test',
Expand Down
2 changes: 2 additions & 0 deletions src/projects/__snapshots__/npm-package.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1195,8 +1195,10 @@ export default defineConfig(
},
"exclude": [
".projenrc.ts",
"*.d.ts",
"examples",
"lib",
"scripts",
"src/cli",
"src/scripts",
"src/utils/test"
Expand Down
2 changes: 2 additions & 0 deletions vitest.config.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b021543

Please sign in to comment.