Skip to content

Commit 8d63823

Browse files
committed
chore(Jest): Add babel-jest for proper testing on node 4 & 5
1 parent 5a4f5aa commit 8d63823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"README.md"
88
],
99
"main": "lib/index.js",
10-
"jsnext:main": "es/index.js",
1110
"repository": {
1211
"type": "git",
1312
"url": "https://github.com/nodkz/graphql-compose-connection.git"
@@ -29,6 +28,7 @@
2928
"devDependencies": {
3029
"babel-cli": "^6.24.1",
3130
"babel-eslint": "^7.2.3",
31+
"babel-jest": "^20.0.3",
3232
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3333
"babel-plugin-transform-object-rest-spread": "^6.23.0",
3434
"babel-preset-env": "^1.5.1",

0 commit comments

Comments
 (0)