Skip to content

Commit

Permalink
fix(jest): moduleNameMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordrad committed Jul 11, 2024
1 parent f91a029 commit a8c910f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default {
moduleNameMapper: {
'^@ng-zen/cli/(.*)': '<rootDir>/projects/cli/src/$1',
'^ng-zen/components/(.*)':
'<rootDir>/projects/cli/schematics/components/files/$1',
'<rootDir>/projects/cli/src/schematics/components/files/$1',
'^ng-zen/directives/(.*)':
'<rootDir>/projects/cli/schematics/directives/files/$1',
'<rootDir>/projects/cli/src/schematics/directives/files/$1',
},
preset: 'jest-preset-angular',
testEnvironment: 'jsdom',
Expand Down

0 comments on commit a8c910f

Please sign in to comment.