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

Unified Diff: package.json

Issue 29355728: Issue 4223 - Use the node command for our tests (Closed)
Patch Set: Created Oct. 4, 2016, 12:41 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index 80d3e555a9165fbe775829d2072ccc33345295a6..dd03c51e63f918fad1f53ff2a3c572418fc6400a 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,6 @@
"nodeunit": "0.9.1"
},
"scripts": {
- "test": "nodejs test_runner.js"
+ "test": "node test_runner.js"
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld