chore: bump Jest to v26 (#12190)

This commit is contained in:
Huáng Jùnliàng 2020-10-30 07:06:14 -04:00 committed by GitHub
parent 766df9c369
commit 09c0ee0a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1224 additions and 1017 deletions

View File

@ -117,6 +117,10 @@ jobs:
- name: Install
run: |
BABEL_ENV=test-legacy make -j bootstrap-only
- name: Downgrade Jest for node <= 8
if: matrix.node-version == '6' || matrix.node-version == '8'
run: |
yarn remove jest && yarn add --dev jest@24
- uses: actions/download-artifact@v2
with:
name: babel-artifact

View File

@ -34,7 +34,6 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"babel-jest": "^24.9.0",
"babel-plugin-transform-charcodes": "^0.2.0",
"chalk": "^2.4.2",
"charcodes": "^0.2.0",
@ -52,7 +51,7 @@
"gulp-newer": "^1.0.0",
"gulp-plumber": "^1.2.1",
"husky": "^3.0.0",
"jest": "^24.9.0",
"jest": "^26.6.1",
"lerna-changelog": "^0.5.0",
"lint-staged": "^9.2.0",
"mergeiterator": "^1.2.5",

2234
yarn.lock

File diff suppressed because it is too large Load Diff