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

Unified Diff: package.json

Issue 29864561: Issue 6884 - Migrate from nodeunit to mocha (Closed)
Patch Set: Inline reportElements() for better code locality Created Aug. 26, 2018, 7:09 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/firefox.js » ('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
@@ -14,13 +14,13 @@
"extract-zip": "^1.6.5",
"geckodriver": "^1.9.0",
"ncp": "^2.0.0",
- "nodeunit": "^0.9.1",
+ "mocha": "^5.2.0",
"selenium-webdriver": "^3.6.0"
},
"scripts": {
"lint": "eslint *.js lib/ qunit/ ext/ test/",
"pretest": "python build.py devenv -t gecko",
- "test": "nodeunit test/*",
+ "test": "mocha",
"posttest": "npm run lint"
}
}
« no previous file with comments | « no previous file | test/firefox.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld