mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Improve text about testing.
This commit is contained in:
parent
0f8e0f2c81
commit
282ad88acd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue