Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b643c3

Browse files
authored
chore: bump jest to version 24 (typescript-eslint#159)
1 parent fa0b032 commit 6b643c3

File tree

3 files changed

+1576
-1774
lines changed

3 files changed

+1576
-1774
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@commitlint/travis-cli": "^7.1.2",
5252
"@types/babel-code-frame": "^6.20.1",
5353
"@types/glob": "^7.1.1",
54-
"@types/jest": "^23.3.9",
54+
"@types/jest": "^24.0.6",
5555
"@types/lodash.isplainobject": "^4.0.4",
5656
"@types/lodash.unescape": "^4.0.4",
5757
"@types/node": "^10.12.2",
@@ -62,13 +62,13 @@
6262
"eslint-plugin-jest": "^22.2.2",
6363
"glob": "7.1.2",
6464
"husky": "^1.3.1",
65-
"jest": "23.6.0",
65+
"jest": "24.1.0",
6666
"lerna": "^3.10.5",
6767
"lint-staged": "8.1.0",
6868
"lodash.isplainobject": "4.0.6",
6969
"prettier": "^1.14.3",
7070
"rimraf": "^2.6.3",
71-
"ts-jest": "^23.10.4",
71+
"ts-jest": "^24.0.0",
7272
"tslint": "^5.11.0",
7373
"typescript": ">=3.2.1 <3.4.0"
7474
}

tests/integration/utils/generate-package-json.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ const testPackageJSON = {
1111
eslint: rootPackageJSON.devDependencies.eslint,
1212
typescript: rootPackageJSON.devDependencies.typescript,
1313
tslint: rootPackageJSON.devDependencies.tslint,
14-
/**
15-
* TEMP: Bump jest to ahead of our stable usage in the monorepo,
16-
* we need the bleeding edge snapshotResolver option
17-
*/
18-
// jest: rootPackageJSON.devDependencies.jest,
19-
jest: '24.0.0-alpha.12'
14+
jest: rootPackageJSON.devDependencies.jest
2015
}
2116
};
2217

0 commit comments

Comments
 (0)