mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 02:26:21 +08:00
fix: enable vitest (#1238)
This commit is contained in:
+2
-2
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user