UNPKG

@lewiswright/vitest-plugin-vis

Version:
6 lines 260 B
/** * Trim off common folder such as `src` or `tests` from the test file path. * This is used to generate the default snapshot sub-path. */ export declare function trimCommonFolder(suiteName: string): string; //# sourceMappingURL=trim_common_folder.d.ts.map