summaryrefslogtreecommitdiff
path: root/js_tests/admin/RelatedObjectLookups.test.js
AgeCommit message (Collapse)Author
2016-12-19Updated to QUnit 2.0.1.Tim Graham
2016-01-08Refs #25165 -- Removed unnecessary HTML unescaping in admin add/edit popups.Thomas Grainger
Because we now load data into the page via JSON, we don't need to unescape it anymore.
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.