Skip to content

Commit

Permalink
Revert "build: update to jest v27"
Browse files Browse the repository at this point in the history
This reverts commit 8ac5bb4 due to salesforce#65
  • Loading branch information
mohanraj-r committed Jun 23, 2021
1 parent 2237f58 commit 6bf501a
Show file tree
Hide file tree
Showing 4 changed files with 1,182 additions and 441 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"eslint-plugin-tsdoc": "0.2.14",
"eslint-watch": "7.0.0",
"husky": "6.0.0",
"jest": "27.0.5",
"jest": "26.6.3",
"lerna": "4.0.0",
"lint-staged": "11.0.0",
"lockfile-lint": "4.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/format/__tests__/__snapshots__/filter.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"dist/**/*.d.ts*"
],
"dependencies": {
"@jest/test-result": "27.0.2",
"@jest/test-result": "26.6.2",
"@sa11y/assert": "0.2.4",
"@sa11y/format": "0.4.0",
"@sa11y/preset-rules": "0.3.3",
"jest-matcher-utils": "27.0.2"
"jest-matcher-utils": "26.6.2"
},
"peerDependencies": {
"jest": ">=26.0.0"
Expand Down
Loading

0 comments on commit 6bf501a

Please sign in to comment.