mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 18:20:39 +08:00
47babe25b7
Co-authored-by: himself65 <himself65@outlook.com>
(cherry picked from commit fda89b05e7)
7 lines
170 B
TypeScript
7 lines
170 B
TypeScript
import { beforeAll } from 'vitest';
|
|
|
|
beforeAll(async () => {
|
|
console.log('Build plugins');
|
|
await import('../../apps/electron/scripts/plugins/build-plugins.mjs');
|
|
});
|