Skip to content

Commit

Permalink
build: update dependencies & jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
wlucha committed Dec 27, 2021
1 parent 4c3760b commit 9c30c76
Show file tree
Hide file tree
Showing 5 changed files with 6,708 additions and 6,818 deletions.
17 changes: 3 additions & 14 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
module.exports = {
preset: "jest-preset-angular",
snapshotSerializers: [
"jest-preset-angular/build/AngularNoNgAttributesSnapshotSerializer.js",
"jest-preset-angular/build/AngularSnapshotSerializer.js",
"jest-preset-angular/build/HTMLCommentSerializer.js"
],
moduleNameMapper: {
"\\.(jpg|jpeg|png)$": "<rootDir>/__mocks__/image.js",
"^@lib/(.*)$": "<rootDir>/src/lib/$1"
},
setupFilesAfterEnv: [
"<rootDir>/src/setupJest.ts"
],
reporters: [ "default", "jest-junit" ]
}
setupFilesAfterEnv: ["<rootDir>/src/setupJest.ts"],
reporters: ["default", "jest-junit"],
};
Loading

0 comments on commit 9c30c76

Please sign in to comment.