Files
setup-helm/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts
github-actions[bot] 199ab446df v2 new release (#77)
2022-06-27 14:12:49 -04:00

7 lines
282 B
TypeScript

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