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

Unified Diff: package.json

Issue 29344540: Issue 3675 - Add some tests for ContentBlockerList (Closed)
Patch Set: Created May 25, 2016, 4:18 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
Index: package.json
diff --git a/package.json b/package.json
index cc13189bcda5c5b7d1f2a5f0e1dd1d53fc2969e8..96c0e3def759104559b21eb4411cccaf1614b234 100644
--- a/package.json
+++ b/package.json
@@ -3,5 +3,11 @@
"repository": { },
"dependencies": {
"tldjs": "*"
+ },
+ "devDependencies": {
+ "nodeunit": "0.9.1"
kzar 2016/05/25 16:20:54 (Same thing we use for the adblockpluscore tests.)
Sebastian Noack 2016/05/25 17:16:33 I didn't even know. But I guess it makes sense the
kzar 2016/05/25 18:31:54 Done.
+ },
+ "scripts": {
+ "test": "node -e 'require(\".bin/nodeunit\");'"
}
}
« lib/abp2blocklist.js ('K') | « lib/abp2blocklist.js ('k') | test/abp2blocklist.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld