vitest/test/shard/vitest.config.ts
Vladimir 805c0ba6f8
feat: add --shard command (#1477)
* feat: add --shard command

* chore: increase timeout for shard tests

* chore: use relative path for spec

* chore: add try/catch to plugin
2022-06-14 20:58:12 +03:00

8 lines
119 B
TypeScript

import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
testTimeout: 50_000,
},
})