UNPKG

jest-preset-angular

Version:

Jest preset configuration for Angular projects

6 lines (5 loc) 289 B
import { type RawCompilerOptions, ConfigSet } from 'ts-jest'; import type { ParsedCommandLine } from 'typescript'; export declare class NgJestConfig extends ConfigSet { protected _resolveTsConfig(compilerOptions?: RawCompilerOptions, resolvedConfigFile?: string): ParsedCommandLine; }