Skip to content

Commit

Permalink
exclude fixtures from vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 15, 2023
1 parent 5ac52de commit 95345f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

// Vite's internal types aren't relevant to us
"skipLibCheck": true
}
},
"exclude": ["fixtures/"]
}
1 change: 1 addition & 0 deletions tests/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default defineConfig({
test: {
testTimeout: 60 * ONE_SECOND,
hookTimeout: 150 * ONE_SECOND,
exclude: ['fixtures/**/*'],
},
});

0 comments on commit 95345f9

Please sign in to comment.