UNPKG

jest-preset-angular

Version:

Jest preset configuration for Angular projects

5 lines (4 loc) 163 B
import type { TsJestTransformerOptions } from 'ts-jest'; export type NgJestTransformerOptions = TsJestTransformerOptions & { processWithEsbuild?: string[]; };