mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
feat: create workspace from loading existing exported file (#2122)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
7
apps/electron/tests/setup.ts
Normal file
7
apps/electron/tests/setup.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { execSync } from 'node:child_process';
|
||||
|
||||
export default async function () {
|
||||
execSync('yarn ts-node-esm scripts/', {
|
||||
cwd: path.join(__dirname, '..'),
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user