QUinit exposes namespaced and global variations, but Chutzpah will only run the test if you use the global variation.
Works:
test("My Test", function () { ... });
Doesn't work:
QUinit.test("My Test", function () { ... });
Comments: Fixed in changeset 0ccf7caffd178e86c25267a5fa647a1e144ad001
Works:
test("My Test", function () { ... });
Doesn't work:
QUinit.test("My Test", function () { ... });
Comments: Fixed in changeset 0ccf7caffd178e86c25267a5fa647a1e144ad001