File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,16 @@ Tests
8383
8484### Qunit
8585
86- Open ` tests/qunit.html ` in your targeted browers. A command line version can be
87- run based on webkit with ` grunt qunit ` . A hosted version can be found
86+ Open ` tests/qunit.html ` in your targeted browers. You'll find a series of
87+ simple SVGs that each test a specific aspect of the conversion. A command line
88+ version can be run with ` grunt qunit ` . A hosted version can be found
8889[ here] [ qunit tests ] .
8990
9091### Visual
9192
92- Open ` tests/visual_tests.html ` in your targeted browsers.
93- A hosted version can be found [ here] [ visual tests ] .
93+ Open ` tests/visual_tests.html ` in your targeted browsers. A hosted version can
94+ be found [ here] [ visual tests ] . The visual tests are deprecated for the qunit
95+ tests.
9496
9597### Old IE testing
9698
@@ -101,9 +103,6 @@ all tests will fail, but the output should look the same as other browsers.
101103
102104``` bash
103105$ grunt test
104- Running " jshint:all" (jshint) task
105- >> 2 files lint free.
106-
107106Running " qunit:all" (qunit) task
108107Testing tests/qunit.html .............OK
109108>> 20 assertions passed (57ms)
You can’t perform that action at this time.
0 commit comments