6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
import type { NodeTestMeta } from '@/test-run-kit';
|
|
|
|
const test: NodeTestMeta = <%= it.IS_SUPPORT_TEST %>;
|
|
|
|
export { test, type NodeTestMeta };
|