From 10e2343e771bea91d87bb01d63d57adbc575032b Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Tue, 14 Jul 2015 22:22:43 -0400 Subject: [PATCH] Tests: adjust jshint path for moving all widgets into folder Ref #13885 --- tests/lib/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/common.js b/tests/lib/common.js index 9faa4e246..8e4acbea8 100644 --- a/tests/lib/common.js +++ b/tests/lib/common.js @@ -67,7 +67,7 @@ function testBasicUsage( widget ) { exports.testWidget = function( widget, settings ) { module( widget + ": common widget" ); - exports.testJshint( widget ); + exports.testJshint( "/widgets/" + widget ); testWidgetDefaults( widget, settings.defaults ); testWidgetOverrides( widget ); testBasicUsage( widget ); -- 2.39.5