Skip to content

Commit 170f85d

Browse files
authored
chore: migrate to Jest 30 (#8978)
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
1 parent 25ddfa9 commit 170f85d

50 files changed

Lines changed: 37885 additions & 2934 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-acr': patch
3+
---
4+
5+
Migrate to Jest 30

workspaces/acr/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@
4747
"@backstage/e2e-test-utils": "^0.1.2",
4848
"@backstage/repo-tools": "^0.17.0",
4949
"@changesets/cli": "^2.27.1",
50+
"@jest/environment-jsdom-abstract": "^30.0.0",
5051
"@playwright/test": "^1.56.1",
52+
"@types/jest": "^30.0.0",
53+
"@types/jsdom": "^27.0.0",
54+
"jest": "^30.0.0",
55+
"jsdom": "^27.0.0",
5156
"knip": "^5.27.4",
5257
"node-gyp": "^9.0.0",
5358
"prettier": "^2.3.2",

0 commit comments

Comments
 (0)