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: {
|
test: {
|
||||||
include: [
|
include: [
|
||||||
'packages/**/*.spec.ts',
|
'packages/**/*.spec.ts',
|
||||||
'apps/rem/**/*.spec.ts',
|
'apps/web/**/*.spec.ts',
|
||||||
'apps/rem/**/*.spec.tsx',
|
'apps/web/**/*.spec.tsx',
|
||||||
],
|
],
|
||||||
testTimeout: 5000,
|
testTimeout: 5000,
|
||||||
coverage: {
|
coverage: {
|
||||||
|
Loading…
Reference in New Issue
Block a user