Index: package.json |
=================================================================== |
--- a/package.json |
+++ b/package.json |
@@ -7,26 +7,26 @@ |
"chrome-remote-interface": "^0.20.0", |
"chromedriver": "2.36.0", |
"dmg": "0.1.0", |
"eslint": "^5.1.0", |
"eslint-config-eyeo": "^2.1.0", |
"extract-zip": "1.6.5", |
"geckodriver": "^1.9.0", |
"jsdoc": "^3.5.5", |
+ "mocha": "^5.2.0", |
"memory-fs": "0.4.1", |
"ncp": "2.0.0", |
- "nodeunit": "0.9.1", |
"request": "^2.88.0", |
"sandboxed-module": "2.0.3", |
"script-loader": "0.7.0", |
"selenium-webdriver": "^4.0.0-alpha", |
"webpack": "3.5.4" |
}, |
"scripts": { |
"docs": "jsdoc --configure .jsdoc.conf --destination docs lib", |
- "eslint": "eslint *.js lib test build", |
- "test": "node test_runner.js", |
+ "eslint": "eslint lib test build", |
+ "test": "mocha", |
"posttest": "npm run eslint", |
"resources": "node build/make_resource.js", |
"updatepsl": "node build/updatepsl.js" |
} |
} |