We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c23a0 commit 4af1475Copy full SHA for 4af1475
tests/lib/common.js
@@ -67,7 +67,7 @@ function testBasicUsage( widget ) {
67
exports.testWidget = function( widget, settings ) {
68
module( widget + ": common widget" );
69
70
- exports.testJshint( widget );
+ exports.testJshint( "/widgets/" + widget );
71
testWidgetDefaults( widget, settings.defaults );
72
testWidgetOverrides( widget );
73
testBasicUsage( widget );
0 commit comments