7f7e5ba5ea
Co-authored-by: Oliver King <oking3@uncc.edu>
6 lines
282 B
TypeScript
6 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 {};
|