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

Unified Diff: README.md

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 | « no previous file | package.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 4c2c1c35bb39cbd54122f2c2ae68bdd4db52c618..2f38e294acafde5d149da227944e65a099788224 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,12 @@ generated file by hand.
```
node abp2blocklist.js < easylist.txt > easylist.json
```
+
+## Tests
+
+Unit tests live in the `tests/` directory. To run the unit tests ensure you have
+already installed the required packages (see above) and then type this command:
+
+```
+npm test
+```
« no previous file with comments | « no previous file | package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld