Merge pull request #1170 from hodgef/hodgef-patch-1

Rollback Jest update
This commit is contained in:
Francisco Hodge 2021-08-02 03:36:53 -07:00 committed by GitHub
commit 6b65728108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -37,5 +37,5 @@ jobs:
uses: peter-evans/close-pull@v1
with:
pull-request-number: ${{github.event.number}}
comment: PR closed due to failing tests
comment: "Closing PR due to failing tests."
delete-branch: true

View File

@ -57,7 +57,7 @@
"eslint": "^7.31.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^2.1.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.3.6",