Skip to content

Commit e79c79d

Browse files
committed
Effects tests: Fixed JSHint references.
1 parent 754ff38 commit e79c79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/effects/effects_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ $.each( $.effects.effect, function( effect ) {
174174

175175
// puff and size are defined inside scale
176176
if ( effect !== "puff" && effect !== "size" ) {
177-
TestHelpers.testJshint( "effects." + effect );
177+
TestHelpers.testJshint( "ui.effect-" + effect );
178178
}
179179

180180
if ( effect === "transfer" ) {

0 commit comments

Comments
 (0)