aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/lib/common.js2
1 files changed, 1 insertions, 1 deletions
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 );