Why isn't Qunit namespaced?

Why isn't Qunit namespaced?

I'm curious why Qunit sticks all it's functions in the global namespace instead of behind a namespace, e.g. "qunit.ok", "qunit.test", etc.?