mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Fix jshint includes for datepicker and effects
This commit is contained in:
parent
ab0bb87634
commit
7f3bb4dc4f
@ -12,7 +12,7 @@ module( "datepicker: core", {
|
||||
}
|
||||
} );
|
||||
|
||||
common.testJshint( "datepicker" );
|
||||
common.testJshint( "widgets/datepicker" );
|
||||
|
||||
test( "initialization - Reinitialization after body had been emptied.", function() {
|
||||
expect( 1 );
|
||||
|
@ -287,7 +287,7 @@ asyncTest( "transfer() with callback", function() {
|
||||
$.each( $.effects.effect, function( effect ) {
|
||||
module( "effects." + effect );
|
||||
|
||||
common.testJshint( "effect-" + effect );
|
||||
common.testJshint( "effects/effect-" + effect );
|
||||
|
||||
if ( effect === "transfer" ) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user