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

Side by Side Diff: package.json

Issue 29344540: Issue 3675 - Add some tests for ContentBlockerList (Closed)
Patch Set: Created May 25, 2016, 4:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "license" : "GPL-3.0", 2 "license" : "GPL-3.0",
3 "repository": { }, 3 "repository": { },
4 "dependencies": { 4 "dependencies": {
5 "tldjs": "*" 5 "tldjs": "*"
6 },
7 "devDependencies": {
8 "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.
9 },
10 "scripts": {
11 "test": "node -e 'require(\".bin/nodeunit\");'"
6 } 12 }
7 } 13 }
OLDNEW
« 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