mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-19 02:51:47 +08:00
test: add test case for plugin bootstrap (#3529)
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@ export default defineConfig({
|
||||
include: [
|
||||
resolve(rootDir, 'packages/**/*.spec.ts'),
|
||||
resolve(rootDir, 'packages/**/*.spec.tsx'),
|
||||
resolve(rootDir, 'apps/web/**/*.spec.ts'),
|
||||
resolve(rootDir, 'apps/web/**/*.spec.tsx'),
|
||||
resolve(rootDir, 'apps/core/**/*.spec.ts'),
|
||||
resolve(rootDir, 'apps/core/**/*.spec.tsx'),
|
||||
resolve(rootDir, 'tests/unit/**/*.spec.ts'),
|
||||
resolve(rootDir, 'tests/unit/**/*.spec.tsx'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user