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 bccdaf7 commit ec189f1Copy full SHA for ec189f1
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