Skip to content

Commit 4716780

Browse files
authored
Upgrade chai dev-dependency to v6.2.2 (#3193)
1 parent cffd3a4 commit 4716780

File tree

3 files changed

+10
-75
lines changed

3 files changed

+10
-75
lines changed

jest.config.base.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ module.exports = {
44
roots: ["<rootDir>/src"],
55
transform: {
66
"^.+\\.ts$": "ts-jest",
7+
"node_modules/chai/.+\\.js$": "ts-jest",
78
},
9+
transformIgnorePatterns: [
10+
"/node_modules/(?!(chai)/)",
11+
],
812
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
913
collectCoverage: true,
1014
verbose: true,

package-lock.json

Lines changed: 5 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/node": "^18.19.29",
3535
"typescript-eslint": "^8.52.0",
3636
"@types/ws": "^8.2.0",
37-
"chai": "^4.3.4",
37+
"chai": "^6.2.2",
3838
"copyfiles": "^2.4.1",
3939
"eslint": "^9.32.0",
4040
"eslint-config-prettier": "^10.1.8",

0 commit comments

Comments
 (0)