What is the equivalent of nUnits [SetU开发者_如何学Cp] attribute for qUnit?Registering a QUnit Callback
Just a quick question... I currently have the following jQuery code with a selector in it. var ID = \"idControl\"
My tests may look like this: module(\"some module\"); test(\"test A\", ...); test(\"test B\", ...); module(\"other module\");