Files
setup-helm/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts

7 lines
282 B
TypeScript
Raw Permalink Normal View History

2022-06-27 14:12:49 -04:00
import type { Config } from '@jest/types';
declare type JestPathMapping = Config.InitialOptions['moduleNameMapper'];
export declare const pathsToModuleNameMapper: (mapping: import("typescript").MapLike<string[]>, { prefix }?: {
2022-06-27 14:12:49 -04:00
prefix: string;
}) => JestPathMapping;
export {};