feat(doc): move catcherrro

This commit is contained in:
thomas
2023-10-18 09:54:38 +02:00
parent 7cf675de60
commit beae215911
20 changed files with 50 additions and 50 deletions

View File

@@ -0,0 +1,22 @@
/* eslint-disable */
export default {
displayName: 'rxjs-catch-error',
preset: '../../../jest.preset.js',
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
coverageDirectory: '../../../coverage/apps/rxjs/catch-error',
transform: {
'^.+\\.(ts|mjs|js|html)$': [
'jest-preset-angular',
{
tsconfig: '<rootDir>/tsconfig.spec.json',
stringifyContentPathRegex: '\\.(html|svg)$',
},
],
},
transformIgnorePatterns: ['node_modules/(?!.*\\.mjs$)'],
snapshotSerializers: [
'jest-preset-angular/build/serializers/no-ng-attributes',
'jest-preset-angular/build/serializers/ng-snapshot',
'jest-preset-angular/build/serializers/html-comment',
],
};