7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import { test } from './fixtures/test';
|
|
import globalSetup from './global-setup';
|
|
|
|
test('preflight', async () => {
|
|
await globalSetup();
|
|
});
|