QUnit 1.2.0 Released
Support in deepEqual for comparing null objects via object literals, and various bug fixes.
Changelog
- Assert: Allow
deepEqualto test objects with null prototype against object literals. (Domenic Denicola) #170 - Core: Fix IE8 “Member not found” error. (Jimmy Mabey) #154
- Core: Fix internal
start()call to useQUnit.start(), since global is not exported in CommonJS runtimes, such as Node.js. (Antoine Musso) #168