Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a7617 commit 427a32cCopy full SHA for 427a32c
package.json
@@ -58,7 +58,7 @@
58
"eslint-plugin-import": "^2.8.0",
59
"eslint-plugin-prettier": "^2.4.0",
60
"flow-bin": "^0.61.0",
61
- "husky": "^0.15.0-beta.16",
+ "husky": "^0.14.3",
62
"lint-staged": "^6.0.0",
63
"prettier": "^1.9.2"
64
},
@@ -80,7 +80,7 @@
80
"lint": "eslint --ignore-path .gitignore --ignore-pattern \"!**/.*\" .",
81
"fix": "eslint --ignore-path .gitignore --ignore-pattern \"!**/.*\" --fix .",
82
"check": "flow check",
83
- "test": "jest",
+ "test": "jest --testEnvironment=node",
84
"build": "node tools/build.js",
85
"build-watch": "node tools/build.js --watch",
86
"db-version": "node tools/db.js version",
0 commit comments