liammclennan / JavaScript-Koans

javascript koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

document-ready should be removed

jzaefferer opened this issue · comments

Unfortuanetely the demo on the QUnit documentation seems to suggest using document ready. But QUnit actually uses the window-load event to wait before executing any tests.

I'm going to fix the docs, but wanted to let you know anyway, as this project looks like a great way to learn JS unit testing and QUnit - want to link or maybe even integrate this somehow.