Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Upgrade to jQuery 1.11.3 | Scott González | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Tests: Use new jquery-compat-git and jquery-git files | Scott González | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Build: Update to qunit-assert-classes to V 1.0.2 | Alexander Schmitz | 2015-05-01 | 1 | -1/+0 |
| | | | | Closes gh-1547 | ||||
* | Tests: Fix loading in TestSwarm | Scott González | 2015-04-17 | 1 | -13/+8 |
| | |||||
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -23/+16 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Use the qunit-assert-close module | Scott González | 2015-04-09 | 1 | -5/+5 |
| | | | | | | | | Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`. Corrected bad draggable assertions. Ref gh-1528 | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -6/+6 |
| | | | | Ref gh-1528 | ||||
* | Tests: Support `$.uiBackCompat = false` via `data-no-back-compat` | Scott González | 2015-04-09 | 1 | -4/+14 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Spinner: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -0/+3 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Change test infrastructure to use AMD and reduce boilerplate | Scott González | 2015-04-09 | 1 | -0/+146 |
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 |