Skip to content

Commit 27ef7b7

Browse files
author
crccheck
committed
readme update for what's changed so far
1 parent bf90f53 commit 27ef7b7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
107106
Running "qunit:all" (qunit) task
108107
Testing tests/qunit.html .............OK
109108
>> 20 assertions passed (57ms)

0 commit comments

Comments
 (0)