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

Unified Diff: package.json

Issue 29354864: Issue 4223 - Migrate some more of adblockplustests (Closed)
Patch Set: Addressed final nit Created Oct. 4, 2016, 12:16 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/_common.js » ('j') | 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 144068bb9afec360a3f34883bcc99f888fb1b250..80d3e555a9165fbe775829d2072ccc33345295a6 100644
--- a/package.json
+++ b/package.json
@@ -4,10 +4,10 @@
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
- "node-babel": "0.1.2",
+ "sandboxed-module": "2.0.3",
"nodeunit": "0.9.1"
},
"scripts": {
- "test": "NODE_PATH=lib:test/stub-modules node --harmony test_wrapper.js"
+ "test": "nodejs test_runner.js"
}
}
« no previous file with comments | « no previous file | test/_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld