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: Migrate filterStorage tests Created Sept. 29, 2016, 7:24 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/cssRules.js » ('j') | test/cssRules.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index 144068bb9afec360a3f34883bcc99f888fb1b250..91abde9b4c500d17363a3d5dd4903aee2cbd4005 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": "NODE_PATH=lib:test/stub-modules node -e 'require(\".bin/nodeunit\");'"
Wladimir Palant 2016/09/30 09:37:53 Why not just: NODE_PATH=lib:test/stub-modules n
kzar 2016/10/03 13:46:14 Done.
}
}
« no previous file with comments | « no previous file | test/cssRules.js » ('j') | test/cssRules.js » ('J')

Powered by Google App Engine
This is Rietveld