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

Unified Diff: package.json

Issue 29890593: Noissue - Enable test runner to run on Windows and add documentation (Closed)
Patch Set: Use double quotes Created Sept. 24, 2018, 4:53 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 | « README.md ('k') | test/all.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
@@ -23,10 +23,10 @@
"selenium-webdriver": "^3.6.0"
},
"scripts": {
- "pretest": "python ensure_dependencies.py",
+ "pretest": "bash -c \"python ensure_dependencies.py\"",
"lint": "eslint *.js lib/ qunit/ ext/ test/",
"test-only": "mocha",
- "test": "npm run test-only",
+ "test": "npm run test-only --",
"posttest": "npm run lint"
}
}
« no previous file with comments | « README.md ('k') | test/all.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld