mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 17:39:55 +08:00
refactor: test directory structure (#1677)
This commit is contained in:
@@ -15,8 +15,11 @@ export default defineConfig({
|
||||
test: {
|
||||
include: [
|
||||
'packages/**/*.spec.ts',
|
||||
'packages/**/*.spec.tsx',
|
||||
'apps/web/**/*.spec.ts',
|
||||
'apps/web/**/*.spec.tsx',
|
||||
'tests/unit/**/*.spec.ts',
|
||||
'tests/unit/**/*.spec.tsx',
|
||||
],
|
||||
testTimeout: 5000,
|
||||
coverage: {
|
||||
|
||||
Reference in New Issue
Block a user