mirror of
https://github.com/actions/setup-node.git
synced 2025-06-29 22:23:47 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
17
node_modules/ts-jest/dist/ts-jest-transformer.d.ts
generated
vendored
17
node_modules/ts-jest/dist/ts-jest-transformer.d.ts
generated
vendored
|
@ -1,17 +0,0 @@
|
|||
/// <reference types="jest" />
|
||||
import { Logger } from 'bs-logger';
|
||||
import { ConfigSet } from './config/config-set';
|
||||
import { TsJestGlobalOptions } from './types';
|
||||
export declare class TsJestTransformer implements jest.Transformer {
|
||||
static readonly lastTransformerId: number;
|
||||
readonly logger: Logger;
|
||||
readonly id: number;
|
||||
readonly options: TsJestGlobalOptions;
|
||||
constructor(baseOptions?: TsJestGlobalOptions);
|
||||
configsFor(jestConfig: jest.ProjectConfig | string): ConfigSet;
|
||||
process(input: string, filePath: jest.Path, jestConfig: jest.ProjectConfig, transformOptions?: jest.TransformOptions): jest.TransformedSource | string;
|
||||
getCacheKey(fileContent: string, filePath: string, jestConfigStr: string, transformOptions?: {
|
||||
instrument?: boolean;
|
||||
rootDir?: string;
|
||||
}): string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue