mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-26 03:24:18 +00:00
Upgrade jest
This commit is contained in:
parent
747e05031b
commit
c706110e6f
3 changed files with 3 additions and 2 deletions
|
|
@ -15,4 +15,5 @@ module.exports = {
|
|||
"^.+\\.(js|ts|tsx)$": "babel-jest",
|
||||
},
|
||||
testPathIgnorePatterns: ["/node_modules/"],
|
||||
testEnvironment: "jsdom",
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue