Skip to content

Commit c1e941e

Browse files
committed
Landscaper: QUnit2 upgrade
1 parent 87e0182 commit c1e941e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

can-ajax-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ if(typeof XDomainRequest === 'undefined') {
323323
data: {'message': 'VALUE'},
324324
dataType: 'application/json'
325325
}).then(function(resp){
326-
QUnit.deepEqual(headers, {"Content-Type": "application/x-www-form-urlencoded"});
326+
assert.deepEqual(headers, {"Content-Type": "application/x-www-form-urlencoded"});
327327

328328
restore();
329329
done();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"detect-cyclic-packages": "^1.1.0",
5454
"jshint": "^2.9.1",
5555
"steal": "^1.11.8",
56-
"steal-qunit": "^1.0.1",
56+
"steal-qunit": "^2.0.0",
5757
"steal-tools": "^1.11.9",
5858
"testee": "^0.9.0"
5959
}

0 commit comments

Comments
 (0)