Skip to content

Commit

Permalink
Tests: adjust jshint path for moving all widgets into folder
Browse files Browse the repository at this point in the history
Ref #13885
  • Loading branch information
arschmitz committed Aug 8, 2015
1 parent eeb9620 commit 10e2343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/common.js
Expand Up @@ -67,7 +67,7 @@ function testBasicUsage( widget ) {
exports.testWidget = function( widget, settings ) { exports.testWidget = function( widget, settings ) {
module( widget + ": common widget" ); module( widget + ": common widget" );


exports.testJshint( widget ); exports.testJshint( "/widgets/" + widget );
testWidgetDefaults( widget, settings.defaults ); testWidgetDefaults( widget, settings.defaults );
testWidgetOverrides( widget ); testWidgetOverrides( widget );
testBasicUsage( widget ); testBasicUsage( widget );
Expand Down

0 comments on commit 10e2343

Please sign in to comment.