Skip to content

Commit

Permalink
Exclude tmp e2e files from watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Feb 23, 2024
1 parent 7a72c4b commit 1ef15b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/starlight/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const defaultCoverageExcludes = [

export default defineConfig({
test: {
watchExclude: [
'__test__/e2e/tmp/**',
],
coverage: {
all: true,
reportsDirectory: './__coverage__',
Expand Down

0 comments on commit 1ef15b1

Please sign in to comment.