paper.js/test
Jürg Lehni ffa7e16f48 Use == false instead of === false for all options that default to true.
These expression are true:
- false == false
- false == 0
While these are false:
- false == null
- false == undefined
2017-03-22 14:42:11 +01:00
..
assets Travis CI: Use Arial in all SVG tests and reduce tolerance. 2016-03-17 11:35:06 +01:00
tests Use == false instead of === false for all options that default to true. 2017-03-22 14:42:11 +01:00
helpers.js Tests: Show SVG path data when boolean results are different. 2017-03-07 11:04:11 +01:00
index.html Tests: Start getting QUnit tests to work on Node.js 2016-01-31 12:43:20 +01:00
load.js Tests: Improve QUnit test logging and various cleanup on helpers. 2016-01-31 12:43:38 +01:00