diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:22:43 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:39 -0400 |
commit | 10e2343e771bea91d87bb01d63d57adbc575032b (patch) | |
tree | c1b3c16197ab933856a5bd4db0d2a182826d354a /tests/lib | |
parent | eeb962027e251dff9ae37e78934f56107f47951f (diff) | |
download | jquery-ui-10e2343e771bea91d87bb01d63d57adbc575032b.tar.gz jquery-ui-10e2343e771bea91d87bb01d63d57adbc575032b.zip |
Tests: adjust jshint path for moving all widgets into folder
Ref #13885
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/common.js | 2 |
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 ); |