UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

5 lines (4 loc) 318 B
import { TestingPerson } from './class.const'; export declare const TESTING_FUNCTION: (x: number, y: string) => any; export declare const TESTING_FUNCTION_CONSTRUCTOR: (this: any, ...args: any[]) => any; export declare const TESTING_FUNCTION_CONSTRUCTOR_PERSON: (this: TestingPerson, ...args: any[]) => TestingPerson;