mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 18:20:39 +08:00
7e989ae8cb
(cherry picked from commit acda594cba)
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
import { beforeAll } from 'vitest';
|
|
|
|
beforeAll(async () => {
|
|
console.log('Build plugins');
|
|
await import('../esbuild/build-plugins.mjs');
|
|
});
|