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: Removed #4072 fix Created May 25, 2016, 6:31 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/abp2blocklist.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 cc13189bcda5c5b7d1f2a5f0e1dd1d53fc2969e8..96c0e3def759104559b21eb4411cccaf1614b234 100644
--- a/package.json
+++ b/package.json
@@ -3,5 +3,11 @@
"repository": { },
"dependencies": {
"tldjs": "*"
+ },
+ "devDependencies": {
+ "nodeunit": "0.9.1"
+ },
+ "scripts": {
+ "test": "node -e 'require(\".bin/nodeunit\");'"
}
}
« no previous file with comments | « README.md ('k') | test/abp2blocklist.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld