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 |
+``` |