Skip to content

Commit

Permalink
test: avoid vitest checking publicDir (#15197)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Dec 1, 2023
1 parent 9279c73 commit 56ef54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ export default defineConfig({
esbuild: {
target: 'node18',
},
publicDir: false,
})
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export default defineConfig({
esbuild: {
target: 'node18',
},
publicDir: false,
})

0 comments on commit 56ef54e

Please sign in to comment.