UNPKG

jest-preset-angular

Version:

Jest preset configuration for Angular projects

11 lines (10 loc) 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMPONENT = exports.REQUIRE = exports.TEMPLATE = exports.STYLES = exports.STYLE_URL = exports.STYLE_URLS = exports.TEMPLATE_URL = void 0; exports.TEMPLATE_URL = 'templateUrl'; exports.STYLE_URLS = 'styleUrls'; exports.STYLE_URL = 'styleUrl'; exports.STYLES = 'styles'; exports.TEMPLATE = 'template'; exports.REQUIRE = 'require'; exports.COMPONENT = 'Component';