crccheck / raphael-svg-import-classic

Import SVG files to Raphael
MIT License
98 stars 40 forks source link

Add qunit tests #9

Closed crccheck closed 11 years ago

crccheck commented 11 years ago

Anyone have an opinion on qunit vs jasmine? I've used qunit before so that's that's the basis of this PR. I've heard good things about some other testing frameworks but this doesn't need async.

The best description I've heard is: "qunit and jasmine are kind of in a competing to be the worst testing framework".