Skip to content

Commit

Permalink
The transformIgnorePatterns was no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Jan 21, 2022
1 parent 98b2d59 commit 90a9cc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ module.exports = {
preset: "jest-preset-angular",
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
globalSetup: "jest-preset-angular/global-setup",
transformIgnorePatterns: [
"node_modules/(?!(@angular|@ngx-translate|@testing-library/angular))",
],
collectCoverageFrom: [
"src/app/**/*.ts",
"!src/app/app.module.ts",
Expand Down

0 comments on commit 90a9cc1

Please sign in to comment.