We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204456b commit 08fa50aCopy full SHA for 08fa50a
1 file changed
apps/winbox-example-app/jest.config.ts
@@ -3,10 +3,15 @@ export default {
3
displayName: 'winbox-example-app',
4
preset: '../../jest.preset.js',
5
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
6
+ globals: {
7
+ 'ts-jest': {
8
+ tsconfig: '<rootDir>/tsconfig.spec.json',
9
+ stringifyContentPathRegex: '\\.(html|svg)$',
10
+ },
11
12
coverageDirectory: '../../coverage/apps/winbox-example-app',
13
transform: {
14
'^.+\\.(ts|mjs|js|html)$': 'jest-preset-angular',
- '^.+.(ts|js|html|svg)$': 'ts-jest',
15
},
16
transformIgnorePatterns: ['node_modules/(?!.*\\.mjs$)'],
17
snapshotSerializers: [
0 commit comments