Skip to content

Commit 33d5430

Browse files
committed
Downgrade Jest
This will allow it to work with Node 4, in theory.
1 parent f8ee6ec commit 33d5430

File tree

2 files changed

+331
-430
lines changed

2 files changed

+331
-430
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"eslint": "^4.0.0",
4646
"eslint-plugin-ideal": "^0.1.3",
4747
"istanbul": "^0.4.5",
48-
"jest": "^22.1.3",
48+
"jest": "21.2.1",
4949
"jsdoc": "^3.4.0",
5050
"mocha": "^5.0.0",
5151
"mocha-lcov-reporter": "^1.2.0",
5252
"request": "^2.81.0",
5353
"rollup": "^0.54.1",
54-
"ts-jest": "^22.0.1",
54+
"ts-jest": "21.2.3",
5555
"uglify-es": "^3.0.20"
5656
},
5757
"engines": {
@@ -67,7 +67,11 @@
6767
"skipBabel": true
6868
}
6969
},
70-
"coverageReporters": ["json", "lcov", "text"],
70+
"coverageReporters": [
71+
"json",
72+
"lcov",
73+
"text"
74+
],
7175
"transform": {
7276
"^.+\\.tsx?$": "ts-jest"
7377
},

0 commit comments

Comments
 (0)