Skip to content

Commit

Permalink
fix: vitest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcherGu committed Dec 27, 2022
1 parent 37b378e commit 145cbc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vitest.config.ts
Expand Up @@ -3,6 +3,9 @@ import type { UserConfig } from 'vitest'
const config: { test: UserConfig } = {
test: {
testTimeout: 50000,
deps: {
interopDefault: true,
},
},
}

Expand Down

0 comments on commit 145cbc1

Please sign in to comment.