Skip to content

Commit

Permalink
chore: update to jest@29 (#1545)
Browse files Browse the repository at this point in the history
* chore: update to jest@29

* chore: mock console implementation in tests
  • Loading branch information
kettanaito committed Feb 20, 2023
1 parent 1df33a3 commit 2a1ca43
Show file tree
Hide file tree
Showing 11 changed files with 693 additions and 907 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
"@open-draft/test-server": "^0.4.2",
"@ossjs/release": "^0.4.0",
"@playwright/test": "^1.30.0",
"@swc/core": "^1.3.15",
"@swc/jest": "^0.2.23",
"@swc/core": "^1.3.35",
"@swc/jest": "^0.2.24",
"@types/express": "^4.17.17",
"@types/fs-extra": "^9.0.13",
"@types/jest": "26",
"@types/jest": "^29.4.0",
"@types/json-bigint": "^1.0.1",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.11",
Expand All @@ -139,7 +139,8 @@
"express": "^4.18.2",
"fs-extra": "^10.0.0",
"fs-teardown": "^0.3.0",
"jest": "26",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"json-bigint": "^1.0.0",
"lint-staged": "^13.0.3",
"page-with": "^0.5.0",
Expand Down
Loading

0 comments on commit 2a1ca43

Please sign in to comment.