mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 06:03:49 +00:00
Clean up node_modules
This commit is contained in:
parent
b581dd4017
commit
145e800d1f
7184 changed files with 11271 additions and 1877650 deletions
10
node_modules/ts-jest/dist/config/create-jest-preset.d.ts
generated
vendored
10
node_modules/ts-jest/dist/config/create-jest-preset.d.ts
generated
vendored
|
@ -1,10 +0,0 @@
|
|||
/// <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;
|
Loading…
Add table
Add a link
Reference in a new issue