Upgrade Jest to v27.5, remove jest-transform-stub, add a custom transformer
This commit is contained in:
parent
efe5670147
commit
89c84b9241
4 changed files with 552 additions and 412 deletions
BIN
jest.config.js
BIN
jest.config.js
Binary file not shown.
BIN
jest/assetTransformer.js
Normal file
BIN
jest/assetTransformer.js
Normal file
Binary file not shown.
|
@ -125,7 +125,6 @@
|
|||
"intl-messageformat-parser": "^6.0.0",
|
||||
"intl-pluralrules": "^1.3.0",
|
||||
"is-nan": "^1.2.1",
|
||||
"jest-transform-stub": "^2.0.0",
|
||||
"jsdoc": "~3.6.7",
|
||||
"line-awesome": "^1.3.0",
|
||||
"localforage": "^1.10.0",
|
||||
|
@ -208,7 +207,7 @@
|
|||
"eslint-plugin-react": "^7.25.1",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"husky": "^7.0.2",
|
||||
"jest": "^27.1.0",
|
||||
"jest": "^27.5.1",
|
||||
"lint-staged": ">=10",
|
||||
"raf": "^3.4.1",
|
||||
"react-intl-translations-manager": "^5.0.3",
|
||||
|
|
Loading…
Reference in a new issue