UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

10 lines (9 loc) 242 B
import { TestAPI } from 'vitest'; interface TempDirFixture { tempDir: string; } /** * Vitest fixture providing the test with a temporary directory to work in. */ export declare const testWithTempDir: TestAPI<TempDirFixture>; export {};