UNPKG

jest-preset-angular

Version:

Jest preset configuration for Angular projects

8 lines (7 loc) 315 B
export declare const TEMPLATE_URL = "templateUrl"; export declare const STYLE_URLS = "styleUrls"; export declare const STYLE_URL = "styleUrl"; export declare const STYLES = "styles"; export declare const TEMPLATE = "template"; export declare const REQUIRE = "require"; export declare const COMPONENT = "Component";