We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245fcf4 commit b9d415bCopy full SHA for b9d415b
package.json
@@ -9,7 +9,6 @@
9
"lint": "esw webpack.config.* src buildScripts --color",
10
"lint:watch": "npm run lint -- --watch",
11
"test": "mocha --reporter progress buildScripts/testSetup.js \"src/**/*.test.js\"",
12
- "jest": "jest --coverage",
13
"test:watch": "npm run test -- --watch",
14
"clean-dist": "npm run remove-dist && mkdir dist",
15
"remove-dist": "rimraf ./dist",
@@ -47,13 +46,11 @@
47
46
"eslint-watch": "2.1.14",
48
"express": "4.14.0",
49
"html-webpack-plugin": "2.22.0",
50
- "jest": "^16.0.0",
51
"jsdom": "9.6.0",
52
"json-schema-faker": "0.3.6",
53
"json-server": "0.8.21",
54
"localtunnel": "1.8.1",
55
"mocha": "3.1.0",
56
- "mocha-jsdom": "^1.1.0",
57
"nock": "8.0.0",
58
"npm-run-all": "3.1.0",
59
"nsp": "2.6.1",
0 commit comments