We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd3d4a commit 337419fCopy full SHA for 337419f
package.json
@@ -38,7 +38,7 @@
38
"grunt-jscs": "3.0.0",
39
"grunt-saucelabs": "8.6.2",
40
"gzip-js": "0.3.2",
41
- "qunitjs": "1.23.1",
+ "qunitjs": "2.0.0",
42
"requirejs": "2.2.0"
43
}
44
test/amd.js
@@ -3,7 +3,7 @@ require(['qunit'], function (QUnit) {
3
4
QUnit.start();
5
QUnit.test('module loading', function (assert) {
6
- QUnit.expect(1);
+ assert.expect(1);
7
var done = assert.async();
8
require(['/src/js.cookie.js'], function (Cookies) {
9
assert.ok(!!Cookies.get, 'should load the api');
0 commit comments