Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 30025555: Issue 6820 - Move tests to mocha (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Rebased Created April 10, 2019, 6:33 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/.eslintrc.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
===================================================================
--- a/package.json
+++ b/package.json
@@ -8,25 +8,25 @@
"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",
"memory-fs": "0.4.1",
+ "mocha": "^5.2.0",
"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"
}
}
« no previous file with comments | « no previous file | test/.eslintrc.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld