Skip to content

Commit

Permalink
feat: support jest **27.0.0-next.8** (#2512)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Apr 13, 2021
1 parent 7e87845 commit 999ef60
Show file tree
Hide file tree
Showing 24 changed files with 4,510 additions and 4,368 deletions.
4 changes: 2 additions & 2 deletions e2e/__external-repos__/custom-typings/package.json
Expand Up @@ -7,9 +7,9 @@
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/jquery": "^3.5.5",
"jest": "^27.0.0-next.7",
"jest": "^27.0.0-next.8",
"jquery": "^3.6.0",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"wantedDependencies": {
"jquery": "latest",
Expand Down
661 changes: 333 additions & 328 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,11 +30,11 @@
"@nestjs/testing": "^7.6.15",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.7",
"jest": "^27.0.0-next.8",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7",
"typescript": "^4.2.3",
"typescript": "^4.2.4",
"weak-napi": "^2.0.2"
}
}
661 changes: 333 additions & 328 deletions e2e/__external-repos__/memory-usage/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/__external-repos__/path-mapping/package.json
Expand Up @@ -3,8 +3,8 @@
"private": true,
"devDependencies": {
"@types/jest": "^26.0.22",
"jest": "^27.0.0-next.7",
"typescript": "^4.2.3"
"jest": "^27.0.0-next.8",
"typescript": "^4.2.4"
},
"wantedDependencies": {
"@types/jest": "latest",
Expand Down
661 changes: 333 additions & 328 deletions e2e/__external-repos__/path-mapping/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/__external-repos__/simple-project-references/package.json
Expand Up @@ -7,8 +7,8 @@
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.7",
"typescript": "^4.2.3"
"jest": "^27.0.0-next.8",
"typescript": "^4.2.4"
},
"wantedDependencies": {
"@types/jest": "latest",
Expand Down
661 changes: 333 additions & 328 deletions e2e/__external-repos__/simple-project-references/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/__external-repos__/simple/with-dependency/package.json
Expand Up @@ -38,8 +38,8 @@
"devDependencies": {
"@types/jest": "^26.0.22",
"dependency": "file:../dependency",
"jest": "^27.0.0-next.7",
"typescript": "^4.2.3"
"jest": "^27.0.0-next.8",
"typescript": "^4.2.4"
},
"wantedDependencies": {
"typescript": "latest",
Expand Down

0 comments on commit 999ef60

Please sign in to comment.