satazor / js-spark-md5

Lightning fast normal and incremental md5 for javascript
Do What The F*ck You Want To Public License
2.49k stars 467 forks source link

fix test/index.html #19

Closed nolanlawson closed 9 years ago

nolanlawson commented 9 years ago

There's a missing div in the index.html which one of the tests is looking for. When I run the test before, they fail, whereas afterwards, I get a success (in Chrome).

nolanlawson commented 9 years ago

Maybe this is due to a change in QUnit or something. In qunit-git.js, I see:

    if ( tests ) {
        id( "qunit-testresult" ).innerHTML = html;
    }

which is where the error comes from.

satazor commented 9 years ago

Thanks for the heads up! I ended up locking qunit to a specific version to avoid issues in the future and fixed the HTML.