Skip to content

Commit

Permalink
update vitest config
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 5, 2024
1 parent 601b85a commit 528f22a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ export default mergeConfig(
environment: 'jsdom',
clearMocks: true,
setupFiles: './src/setupTests.ts',
deps: {
inline: ['vitest-canvas-mock'],
server: {
deps: {
inline: ['vitest-canvas-mock'],
},
},
coverage: {
provider: 'istanbul',
Expand Down

0 comments on commit 528f22a

Please sign in to comment.