Skip to content

Commit

Permalink
feat: support jest **27.0.0-next.7** (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Apr 5, 2021
1 parent 558e49b commit a10af91
Show file tree
Hide file tree
Showing 24 changed files with 4,322 additions and 4,332 deletions.
2 changes: 1 addition & 1 deletion e2e/__external-repos__/custom-typings/package.json
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/jquery": "^3.5.5",
"jest": "^27.0.0-next.6",
"jest": "^27.0.0-next.7",
"jquery": "^3.6.0",
"typescript": "^4.2.3"
},
Expand Down
624 changes: 312 additions & 312 deletions e2e/__external-repos__/custom-typings/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/__external-repos__/memory-usage/package.json
Expand Up @@ -30,10 +30,10 @@
"@nestjs/testing": "^7.6.15",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.6",
"jest": "^27.0.0-next.7",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.6",
"rxjs": "^6.6.7",
"typescript": "^4.2.3",
"weak-napi": "^2.0.2"
}
Expand Down
632 changes: 316 additions & 316 deletions e2e/__external-repos__/memory-usage/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/__external-repos__/path-mapping/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"devDependencies": {
"@types/jest": "^26.0.22",
"jest": "^27.0.0-next.6",
"jest": "^27.0.0-next.7",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down
624 changes: 312 additions & 312 deletions e2e/__external-repos__/path-mapping/yarn.lock

Large diffs are not rendered by default.

Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.6",
"jest": "^27.0.0-next.7",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down
624 changes: 312 additions & 312 deletions e2e/__external-repos__/simple-project-references/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/__external-repos__/simple/with-dependency/package.json
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/jest": "^26.0.22",
"dependency": "file:../dependency",
"jest": "^27.0.0-next.6",
"jest": "^27.0.0-next.7",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down
624 changes: 312 additions & 312 deletions e2e/__external-repos__/simple/with-dependency/yarn.lock

Large diffs are not rendered by default.

Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.22",
"jest": "^27.0.0-next.6",
"jest": "^27.0.0-next.7",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down

0 comments on commit a10af91

Please sign in to comment.