Skip to content

Commit

Permalink
Bump jest from 28.1.3 to 29.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 24, 2024
1 parent ff32f05 commit e42e405
Show file tree
Hide file tree
Showing 3 changed files with 1,366 additions and 2,447 deletions.
8 changes: 2 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import("ts-jest").JestConfigWithTsJest} */
export default {
clearMocks: true,
collectCoverage: true,
Expand All @@ -8,18 +9,13 @@ export default {
"!**/node_modules/**",
],
coverageDirectory: "./coverage/",
globals: {
"ts-jest": {
diagnostics: false,
}
},
moduleFileExtensions: ["js", "ts"],
reporters: ["default", "github-actions"],
testEnvironment: "node",
testMatch: ["**/*.test.ts"],
testRunner: "jest-circus/runner",
transform: {
"^.+\\.ts$": "ts-jest",
"^.+\\.ts$": ["ts-jest", { diagnostics: false }],
},
verbose: true,
};
Expand Down
Loading

0 comments on commit e42e405

Please sign in to comment.