Skip to content

Commit f44cb7c

Browse files
committed
(fix) Tests: Replace resource loader with AMD
Just swap this with the line below.
1 parent 8281580 commit f44cb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/helper/testsuite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ exports.testJshint = function( module ) {
263263
return;
264264
}
265265

266-
require([ "jshint" ], function() {
267-
asyncTest( "JSHint", function() {
266+
asyncTest( "JSHint", function() {
267+
require([ "jshint" ], function() {
268268
expect( 1 );
269269

270270
$.when(

0 commit comments

Comments
 (0)