AFFiNE/apps/electron/tests/setup.ts

8 lines
170 B
TypeScript
Raw Normal View History

import { execSync } from 'node:child_process';
export default async function () {
execSync('yarn ts-node-esm scripts/', {
cwd: path.join(__dirname, '..'),
});
}