Skip to content

Commit

Permalink
feat: support jest **27.0.0-next.6** (#2476)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Mar 25, 2021
1 parent fc3da9b commit 6452e30
Show file tree
Hide file tree
Showing 24 changed files with 3,819 additions and 3,827 deletions.
4 changes: 2 additions & 2 deletions e2e/__external-repos__/custom-typings/package.json
Expand Up @@ -5,9 +5,9 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.22",
"@types/jquery": "^3.5.5",
"jest": "^27.0.0-next.5",
"jest": "^27.0.0-next.6",
"jquery": "^3.6.0",
"typescript": "^4.2.3"
},
Expand Down
546 changes: 273 additions & 273 deletions e2e/__external-repos__/custom-typings/yarn.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions e2e/__external-repos__/memory-usage/package.json
Expand Up @@ -24,13 +24,13 @@
"weak-napi": "latest"
},
"devDependencies": {
"@nestjs/common": "^7.6.14",
"@nestjs/core": "^7.6.14",
"@nestjs/platform-express": "^7.6.14",
"@nestjs/testing": "^7.6.14",
"@types/jest": "^26.0.20",
"@nestjs/common": "^7.6.15",
"@nestjs/core": "^7.6.15",
"@nestjs/platform-express": "^7.6.15",
"@nestjs/testing": "^7.6.15",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.5",
"jest": "^27.0.0-next.6",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.6",
Expand Down
583 changes: 297 additions & 286 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 @@ -2,8 +2,8 @@
"name": "ts-jest-example",
"private": true,
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^27.0.0-next.5",
"@types/jest": "^26.0.22",
"jest": "^27.0.0-next.6",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down
551 changes: 281 additions & 270 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 @@ -5,9 +5,9 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.5",
"jest": "^27.0.0-next.6",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down
546 changes: 273 additions & 273 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 @@ -36,9 +36,9 @@
}
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.22",
"dependency": "file:../dependency",
"jest": "^27.0.0-next.5",
"jest": "^27.0.0-next.6",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down

0 comments on commit 6452e30

Please sign in to comment.