From 282ad88acd503fb9c3a1c26768776014bd11668f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 25 Jun 2011 08:58:44 +0100 Subject: [PATCH] Improve text about testing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9101fd65..f3ee3fa9 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Note that your PaperScripts examples do not need to change, they can simply load ### Testing -Paper.js is developed and tested from day 1 with proper unit testing. To run the tests after any change to the library's source, simply open `index.html` inside the `test` folder in your web browser. +Paper.js was developed and tested from day 1 using proper unit testing through jQuery's [Qunit](http://docs.jquery.com/Qunit). To run the tests after any change to the library's source, simply open `index.html` inside the `test` folder in your web browser. There should be a green bar at the top, meaning all tests have passed. If the bar is red, some tests have not passed. These will be highlighted and become visible when scrolling down. ### Contributing