Tests: adjust jshint path for moving all widgets into folder

Ref #13885
This commit is contained in:
Alexander Schmitz 2015-07-14 22:22:43 -04:00
parent eeb962027e
commit 10e2343e77

View File

@ -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 );