Skip to content

Commit 4af1475

Browse files
committed
Tests: adjust jshint path for moving all widgets into folder
1 parent d2c23a0 commit 4af1475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function testBasicUsage( widget ) {
6767
exports.testWidget = function( widget, settings ) {
6868
module( widget + ": common widget" );
6969

70-
exports.testJshint( widget );
70+
exports.testJshint( "/widgets/" + widget );
7171
testWidgetDefaults( widget, settings.defaults );
7272
testWidgetOverrides( widget );
7373
testBasicUsage( widget );

0 commit comments

Comments
 (0)