Skip to content

Commit

Permalink
Merge pull request #246 from danger/update-jest
Browse files Browse the repository at this point in the history
Update to Jest 20
  • Loading branch information
orta committed May 7, 2017
2 parents b78c16d + 93eff6e commit 776fbd9
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 693 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### Master

* Update to Jest 20 - macklinu

### 0.18.0

* Adds `github.api`. This is a fully authenticated client from the [github](https://www.npmjs.com/package/github)
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(.test)\\.(ts|tsx)$",
"testResultsProcessor": "<rootDir>/node_modules/ts-jest/coverageprocessor.js",
"verbose": true,
"testPathIgnorePatterns": [
"/node_modules/",
Expand Down Expand Up @@ -78,7 +77,7 @@
"@types/chalk": "^0.4.31",
"@types/commander": "^2.3.31",
"@types/debug": "0.0.29",
"@types/jest": "^19.2.1",
"@types/jest": "^19.2.3",
"@types/node-fetch": "^1.6.6",
"babel-cli": "~6.24.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
Expand All @@ -89,11 +88,11 @@
"date-fns": "^1.28.3",
"husky": "^0.13.3",
"in-publish": "^2.0.0",
"jest": "^19.0.2",
"jest": "^20.0.0",
"lint-staged": "^3.2.5",
"madge": "^1.4.4",
"shx": "^0.2.1",
"ts-jest": "^19.0.2",
"ts-jest": "^20.0.0",
"ts-node": "^3.0.0",
"tslint": "^5.0.0",
"typedoc": "orta/typedoc#0.5.10-no-types",
Expand All @@ -105,9 +104,9 @@
"commander": "^2.9.0",
"debug": "^2.6.0",
"github": "^9.2.0",
"jest-config": "^19.0.2",
"jest-environment-node": "^19.0.2",
"jest-runtime": "^19.0.2",
"jest-config": "^20.0.0",
"jest-environment-node": "^20.0.0",
"jest-runtime": "^20.0.0",
"jsome": "^2.3.25",
"jsonpointer": "^4.0.1",
"lodash.find": "^4.6.0",
Expand Down

0 comments on commit 776fbd9

Please sign in to comment.