Files
2026-07-13 13:24:55 +08:00

6 lines
144 B
Plaintext

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