-
Notifications
You must be signed in to change notification settings - Fork 6
/
jest.config.js.map
1 lines (1 loc) · 1.2 KB
/
jest.config.js.map
1
{"version":3,"file":"jest.config.js","sourceRoot":"","sources":["../../../modules/schematics/jest.config.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,kBAAe;IACb,WAAW,EAAE,YAAY;IACzB,MAAM,EAAE,sBAAsB;IAC9B,iBAAiB,EAAE,mCAAmC;IACtD,kBAAkB,EAAE,CAAC,yBAAyB,CAAC;IAC/C,SAAS,EAAE;QACT,yBAAyB,EAAE;YACzB,qBAAqB;YACrB;gBACE,QAAQ,EAAE,8BAA8B;gBACxC,yBAAyB,EAAE,gBAAgB;aAC5C;SACF;KACF;IACD,uBAAuB,EAAE,CAAC,4BAA4B,CAAC;IACvD,mBAAmB,EAAE;QACnB,wDAAwD;QACxD,mDAAmD;QACnD,oDAAoD;KACrD;CACF,CAAC","sourcesContent":["/* eslint-disable */\nexport default {\n displayName: 'Schematics',\n preset: '../../jest.preset.js',\n coverageDirectory: '../../coverage/modules/schematics',\n setupFilesAfterEnv: ['<rootDir>/test-setup.ts'],\n transform: {\n '^.+\\\\.(ts|mjs|js|html)$': [\n 'jest-preset-angular',\n {\n tsconfig: '<rootDir>/tsconfig.spec.json',\n stringifyContentPathRegex: '\\\\.(html|svg)$',\n },\n ],\n },\n transformIgnorePatterns: ['node_modules/(?!.*\\\\.mjs$)'],\n snapshotSerializers: [\n 'jest-preset-angular/build/serializers/no-ng-attributes',\n 'jest-preset-angular/build/serializers/ng-snapshot',\n 'jest-preset-angular/build/serializers/html-comment',\n ],\n};\n"]}