mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker: Run datepicker tests in Grunt qunit task
This commit is contained in:
parent
cc91adf4b6
commit
91ff2cac46
@ -175,7 +175,7 @@ grunt.initConfig({
|
|||||||
},
|
},
|
||||||
qunit: {
|
qunit: {
|
||||||
files: expandFiles( "tests/unit/" + component + "/*.html" ).filter(function( file ) {
|
files: expandFiles( "tests/unit/" + component + "/*.html" ).filter(function( file ) {
|
||||||
return !( /(all|index|test|datepicker)\.html$/ ).test( file );
|
return !( /(all|index|test)\.html$/ ).test( file );
|
||||||
}),
|
}),
|
||||||
options: {
|
options: {
|
||||||
page: {
|
page: {
|
||||||
|
Loading…
Reference in New Issue
Block a user