diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-01-29 21:07:28 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-01-29 21:22:52 +0300 |
commit | b97c8d30c5aedace75dc17056d429f28e41b20c1 (patch) | |
tree | 9b4435c6e64dbf8a46620783cea97d68fcf485f6 /package.json | |
parent | f0f4ef7475376513757c852e977f3e45b00cea12 (diff) | |
download | jquery-b97c8d30c5aedace75dc17056d429f28e41b20c1.tar.gz jquery-b97c8d30c5aedace75dc17056d429f28e41b20c1.zip |
Tests:Build: update qunit and fix incorrect test
* Update QUnit to the latest version (1.20.0)
* Corrected test was dependent on QUnit UI, which is always a bad idea
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ba85bf3b6..726fa8048 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "promises-aplus-tests": "2.1.1", "q": "1.4.1", "qunit-assert-step": "1.0.3", - "qunitjs": "1.18.0", + "qunitjs": "1.20.0", "requirejs": "2.1.22", "sinon": "1.17.3", "sizzle": "2.3.0", |