Skip to content

Commit

Permalink
fix(api-observability): wrong jest config transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg committed Jan 22, 2024
1 parent a8bd6c1 commit eb9c28d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/api/observability/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
export default {
displayName: 'api-observability',
preset: '../../../jest.preset.js',
globals: {},
testEnvironment: 'node',
transform: {
'^.+\\.(ts|mjs|js|html)$': [
'jest-preset-angular',
'^.+\\.[tj]s$': [
'ts-jest',
{
tsconfig: '<rootDir>/tsconfig.spec.json',
stringifyContentPathRegex: '\\.(html|svg)$',
},
],
},
Expand Down

0 comments on commit eb9c28d

Please sign in to comment.