Datepicker: Run datepicker tests in Grunt qunit task

This commit is contained in:
Felix Nagel 2015-01-19 17:58:58 +01:00 committed by Scott González
parent cc91adf4b6
commit 91ff2cac46

View File

@ -175,7 +175,7 @@ grunt.initConfig({
},
qunit: {
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: {
page: {