Upgrade jest

This commit is contained in:
Jordan Eldredge 2022-03-06 21:53:53 -08:00
parent 747e05031b
commit c706110e6f
3 changed files with 3 additions and 2 deletions

View file

@ -15,4 +15,5 @@ module.exports = {
"^.+\\.(js|ts|tsx)$": "babel-jest",
},
testPathIgnorePatterns: ["/node_modules/"],
testEnvironment: "jsdom",
};

View file

@ -102,7 +102,7 @@
"http-server": "^0.11.1",
"imagemin": "^6.1.0",
"imagemin-optipng": "^6.0.0",
"jest": "^24.9.0",
"jest": "^27.5.1",
"jest-image-snapshot": "^2.12.0",
"jest-puppeteer": "^4.4.0",
"postcss": "^8.2.10",

View file

@ -11860,7 +11860,7 @@ jest-worker@^27.5.1:
merge-stream "^2.0.0"
supports-color "^8.0.0"
jest@24.9.0, jest@^24.9.0:
jest@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-24.9.0.tgz#987d290c05a08b52c56188c1002e368edb007171"
dependencies: