The v1.19.0 release fixed a major bug in QUnit.test Promise handling
> Test: Don't pass Promise fulfillment value to QUnit.start
Without this fix, passing tests that involve an async Promise
can wrongly be marked as failure when they have a falsey resolution
value due to the resolution value being passed to QUnit.start()
by accident.
Change-Id: Id4b52085529f4cf8996f8053648680026ed62941
This never belonged in resources/lib/jquery as it isn't a jQuery plugin.
It's its own package and library.
In fact, while it is a jQuery Foundation project, it does not even
depend on jQuery core (e.g. like Sizzle, and PEP).
Change-Id: Ibb00f47f4c9444870832ba8d327853f335708ae7
2015-02-10 06:38:24 +00:00
Renamed from resources/lib/jquery/jquery.qunit.css (Browse further)