chore(deps): update jest monorepo to v27 [skip netlify] (major) (#3051)

* chore(deps): update jest monorepo to v27 [skip netlify]

* test: use jsdom environment for auto-render test

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ylemkimon <y@ylem.kim>
This commit is contained in:
renovate[bot]
2021-08-27 13:44:29 +09:00
committed by GitHub
parent e7d38df8d4
commit 610feae647
3 changed files with 646 additions and 1508 deletions

View File

@@ -1,3 +1,6 @@
/**
* @jest-environment jsdom
*/
import splitAtDelimiters from "../splitAtDelimiters";
import renderMathInElement from "../auto-render";

View File

@@ -30,7 +30,7 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-jest": "^27.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-preval": "^5.0.0",
@@ -52,10 +52,10 @@
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.2",
"jest": "^26.1.0",
"jest-diff": "^26.1.0",
"jest-matcher-utils": "^26.1.0",
"jest-message-util": "^26.1.0",
"jest": "^27.0.0",
"jest-diff": "^27.0.0",
"jest-matcher-utils": "^27.0.0",
"jest-message-util": "^27.0.0",
"jest-serializer-html": "^7.0.0",
"js-yaml": "^4.0.0",
"json-stable-stringify": "^1.0.1",

2141
yarn.lock

File diff suppressed because it is too large Load Diff