UNPKG

jest-test-gen

Version:

Generator of jest unit test with all imports mocked and tests stub for every class and function exported

4 lines (3 loc) 158 B
import * as ts from 'typescript'; import { ParsedSourceFile } from './model'; export declare function parseSourceFile(file: ts.SourceFile): ParsedSourceFile;