Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/js_tests
Commit message (Collapse)AuthorAgeFilesLines
* Update test to only click one delete linkticket_15910Arthur de Jong2015-11-211-1/+1
| | | | | | This updates the QUnit test to only click one specific delete link. This change is required because now there are more than one delete link in the form.
* Added basic JS tests for OLMapWidget.jsClaude Paroz2015-10-072-0/+55
| | | | | Thanks Trey Hunner for cleaning the initial patch and Tim Graham for the review.
* Fixed #15760 -- Added JavaScript events for admin inline ↵ramez2015-09-211-0/+21
| | | | forms.
* Added linting for JavaScript tests.Nik Nyby2015-09-029-14/+57
|
* DEP 0003 -- Added JavaScript unit tests.Trey Hunner2015-07-0114-0/+4610
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.