mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix: some potential tests issue (#2982)
This commit is contained in:
8
apps/electron/e2e/setup.ts
Normal file
8
apps/electron/e2e/setup.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { execSync } from 'node:child_process';
|
||||
import { join } from 'node:path';
|
||||
|
||||
export default async function () {
|
||||
execSync('yarn ts-node-esm scripts/', {
|
||||
cwd: join(__dirname, '..'),
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user