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 87e0182 commit c1e941eCopy full SHA for c1e941e
can-ajax-test.js
@@ -323,7 +323,7 @@ if(typeof XDomainRequest === 'undefined') {
323
data: {'message': 'VALUE'},
324
dataType: 'application/json'
325
}).then(function(resp){
326
- QUnit.deepEqual(headers, {"Content-Type": "application/x-www-form-urlencoded"});
+ assert.deepEqual(headers, {"Content-Type": "application/x-www-form-urlencoded"});
327
328
restore();
329
done();
package.json
@@ -53,7 +53,7 @@
53
"detect-cyclic-packages": "^1.1.0",
54
"jshint": "^2.9.1",
55
"steal": "^1.11.8",
56
- "steal-qunit": "^1.0.1",
+ "steal-qunit": "^2.0.0",
57
"steal-tools": "^1.11.9",
58
"testee": "^0.9.0"
59
}
0 commit comments