summaryrefslogtreecommitdiff
path: root/js_tests/admin/core.test.js
AgeCommit message (Collapse)Author
2019-03-27Removed unused Date.prototype.getHourMinute().Nick Pope
Unused since d2180a6bf3a72bad67bf4897b0ce2d94a6214fc4.
2019-03-27Removed unused Date.prototype.getHourMinuteSecond().Nick Pope
Unused since fa0653cd1d791a8bce835e8992cbeab6fd70d0e7.
2016-12-19Updated to QUnit 2.0.1.Tim Graham
2016-04-06Fixed #25856 -- Added %B support to Date.strftime.akoskaaa
This enables the admin to display the correct localized month name if %B is used in the date format.
2016-01-07Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2015-09-02Added linting for JavaScript tests.Nik Nyby
2015-06-30DEP 0003 -- Added JavaScript unit tests.Trey Hunner
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.