Skip to content

Commit 2cb53a1

Browse files
authored
fix: revert breaking upgrade to jest version (#290)
1 parent 9fd4e1c commit 2cb53a1

File tree

3 files changed

+793
-587
lines changed

3 files changed

+793
-587
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"@salesforce/wire-service-jest-util": "4.0.0",
4646
"chalk": "^4.1.2",
4747
"fast-glob": "^3.2.10",
48-
"jest": "^29.0.1",
49-
"jest-environment-jsdom": "^29.0.1",
48+
"jest": "27.4.7",
5049
"yargs": "~17.5.1"
5150
},
5251
"devDependencies": {

tests/__snapshots__/help.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Options:
1616
--debug Run tests in debug mode
1717
(https://jestjs.io/docs/en/troubleshooting)
1818
[boolean] [default: false]
19-
--skipApiVersionCheck Disable the "sourceApiVersion" field check before
19+
--skipApiVersionCheck Disable the \\"sourceApiVersion\\" field check before
2020
running tests. **Warning** By disabling this check
2121
you risk running tests against stale versions of
2222
the framework. See details here:

0 commit comments

Comments
 (0)