From 1367766324775b9e0900d26fca0aaa0c50f5f86b Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 5 Aug 2018 16:59:36 +0200 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributing.md b/Contributing.md index 7bc7c59..41fb602 100644 --- a/Contributing.md +++ b/Contributing.md @@ -112,6 +112,8 @@ If you wish to add a reference test for your patch, you can place the file (`foo node test/add_test.js test/pdfs/foo.pdf ``` +Note that this script only supports adding `eq` tests for all pages of the PDF file. If you need a different type or page range, you'll need to update the `test/test_manifest.json` file afterwards. + **Running unit tests separately** Unit tests are run when `gulp test` is run, but they can also be run separately two different ways: