diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-04-08 09:15:23 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-04-09 09:28:25 -0400 |
commit | 4bf80d209a7e804e1aa33d92faf3812a714a03c2 (patch) | |
tree | 928a94f9342bb92ec79d1a8fb8c4a07be88ec53f /bower.json | |
parent | bde431bb449b1d957d4e0b736111ff342f2a919d (diff) | |
download | jquery-ui-4bf80d209a7e804e1aa33d92faf3812a714a03c2.tar.gz jquery-ui-4bf80d209a7e804e1aa33d92faf3812a714a03c2.zip |
Tests: Use the qunit-assert-close module
Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`.
Corrected bad draggable assertions.
Ref gh-1528
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bower.json b/bower.json index e371c03c4..543a98db8 100644 --- a/bower.json +++ b/bower.json @@ -16,6 +16,7 @@ "jshint": "2.4.4", "qunit": "1.18.0", "qunit-assert-classes": "0.1.5", + "qunit-assert-close": "JamesMGreene/qunit-assert-close#v1.1.1", "qunit-composite": "JamesMGreene/qunit-composite#v1.0.4", "requirejs": "2.1.14", |