File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ if(typeof XDomainRequest === 'undefined') {
322322 data : { 'message' : 'VALUE' } ,
323323 dataType : 'application/json'
324324 } ) . then ( function ( resp ) {
325- QUnit . deepEqual ( headers , { "Content-Type" : "application/x-www-form-urlencoded" } ) ;
325+ assert . deepEqual ( headers , { "Content-Type" : "application/x-www-form-urlencoded" } ) ;
326326
327327 restore ( ) ;
328328 done ( ) ;
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if (isMochaQUnitUI) {
1818 QUnit . test = test ;
1919 module . exports = QUnit ;
2020} else if ( isQunit ) {
21- module . exports = require ( 'qunitjs ' ) ;
21+ module . exports = require ( 'qunit ' ) ;
2222} else {
2323 module . exports = require ( 'steal-qunit' ) ;
2424}
You can’t perform that action at this time.
0 commit comments