mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 22:38:56 +08:00
feat: add helper process (#2753)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ export default defineConfig({
|
||||
],
|
||||
// split tests that include native addons or not
|
||||
include: process.env.NATIVE_TEST
|
||||
? ['apps/electron/layers/**/*.spec.ts']
|
||||
? ['apps/electron/src/**/*.spec.ts']
|
||||
: [
|
||||
'packages/**/*.spec.ts',
|
||||
'packages/**/*.spec.tsx',
|
||||
|
||||
Reference in New Issue
Block a user