From 92e204114b83eeef4c37e9f230a3abfb7d40432f Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Thu, 29 Dec 2011 17:19:10 -0800 Subject: [PATCH] running unit tests --- Contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributing.md b/Contributing.md index 96043ba..944fd28 100644 --- a/Contributing.md +++ b/Contributing.md @@ -64,6 +64,8 @@ That will create the references files in pdf.js/test/tmp so you'll then need to make test ``` +To run unit tests, the web server has to be setup to host the pdf.js files. Tests will be executed by opening the /test/unit/unit_test.html page. If the web server is created by using `make server` command, the URL will be http://localhost:8888/test/unit/unit_test.html. + ### 5) Push Changes After lint and all tests pass, push changes to your fork/branch on github.