Skip to content

Commit ffda0c7

Browse files
committed
Datepicker: Run datepicker tests in Grunt qunit task
1 parent 6e1d9d4 commit ffda0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ grunt.initConfig({
175175
},
176176
qunit: {
177177
files: expandFiles( "tests/unit/" + component + "/*.html" ).filter(function( file ) {
178-
return !( /(all|index|test|datepicker)\.html$/ ).test( file );
178+
return !( /(all|index|test)\.html$/ ).test( file );
179179
}),
180180
options: {
181181
page: {

0 commit comments

Comments
 (0)