QUnitAdapter 1.0.3
10. November 2009
Just a small update to the JS Test Driver QUnitAdapter. Version 1.0.3 has been released, and fixes a single bug:
Issue 64: QUnit Adapter fails to run tests if you don’t include a module
You can now declare tests without a module, and they will run under the Default Module
. In previous versions these tests would be silently ignored (whoops!).
You can always download the latest version of QUnitAdapter from Google Code.