Skip to content

Commit 73533d9

Browse files
committed
Dialog: Exclude deprecated units from phantomjs
1 parent 5aac8f5 commit 73533d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ grunt.initConfig({
281281
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
282282
// disabling everything that doesn't (quite) work with PhantomJS for now
283283
// TODO except for all|index|test, try to include more as we go
284-
return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
284+
return !( /(all|index|test|dialog|dialog_deprecated|tabs|tooltip)\.html$/ ).test( file );
285285
})
286286
},
287287
lint: {

0 commit comments

Comments
 (0)