Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit cf4964e

Browse files
committed
updates ts-jest
1 parent a1c9ebf commit cf4964e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ language: node_js
88
node_js:
99
- 6
1010
- 8
11-
cache:
12-
directories:
13-
- node_modules
14-
- packages/create-react-app/node_modules
15-
- packages/react-scripts/node_modules
11+
cache: false
1612
install: true
1713
script:
1814
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"source-map-loader": "^0.2.1",
4444
"style-loader": "0.19.0",
4545
"sw-precache-webpack-plugin": "0.11.4",
46-
"ts-jest": "^20.0.7",
46+
"ts-jest": "22.0.1",
4747
"ts-loader": "^2.3.7",
4848
"tsconfig-paths-webpack-plugin": "^2.0.0",
4949
"tslint": "^5.7.0",

0 commit comments

Comments
 (0)