mirror of
https://github.com/actions/setup-python.git
synced 2025-06-15 00:37:13 +02:00
Initial pass
This commit is contained in:
10
node_modules/ts-jest/dist/config/create-jest-preset.d.ts
generated
vendored
Normal file
10
node_modules/ts-jest/dist/config/create-jest-preset.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/// <reference types="jest" />
|
||||
export interface TsJestPresets {
|
||||
transform: Record<string, string>;
|
||||
testMatch?: string[];
|
||||
moduleFileExtensions?: string[];
|
||||
}
|
||||
export interface CreateJestPresetOptions {
|
||||
allowJs?: boolean;
|
||||
}
|
||||
export declare function createJestPreset({ allowJs }?: CreateJestPresetOptions, from?: jest.InitialOptions): TsJestPresets;
|
Reference in New Issue
Block a user