aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/qunit-assert-domequal.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Remove uses of `jQuery.camelCase()`Scott González2017-05-171-1/+7
| | | | | Ref #15160 Ref gh-1813
* All: Replace non-breaking spaces with regular spacesScott González2016-06-081-2/+2
|
* Tests: Style updatesAlexander Schmitz2015-08-211-4/+4
| | | | | Ref #14246 Ref gh-1588
* Tests: Fix domEqual handling for invalid inputScott González2015-04-171-5/+6
|
* Tests: Change test infrastructure to use AMD and reduce boilerplateScott González2015-04-091-0/+122
Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test