mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 18:42:48 +03:00
fix: enable vitest (#1238)
This commit is contained in:
parent
f817d41d1c
commit
3afecc8ee7
@ -14,8 +14,8 @@ export default defineConfig({
|
||||
test: {
|
||||
include: [
|
||||
'packages/**/*.spec.ts',
|
||||
'apps/rem/**/*.spec.ts',
|
||||
'apps/rem/**/*.spec.tsx',
|
||||
'apps/web/**/*.spec.ts',
|
||||
'apps/web/**/*.spec.tsx',
|
||||
],
|
||||
testTimeout: 5000,
|
||||
coverage: {
|
||||
|
Loading…
Reference in New Issue
Block a user