Skip to content

Commit

Permalink
Fix test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Aug 6, 2024
1 parent 0ac51c1 commit 4157fb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import tsconfigPaths from 'vite-tsconfig-paths'
import type { UserConfig } from 'vitest/config'

export default {
test: {
Expand All @@ -7,9 +8,10 @@ export default {
'tests/**/test.?(c|m)[jt]s?(x)'
]
},
testTimeout: 15000,
plugins: [
tsconfigPaths({
ignoreConfigErrors: true
})
]
}
} as UserConfig

0 comments on commit 4157fb2

Please sign in to comment.