diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-17 15:57:26 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-26 10:28:24 +0100 |
commit | 73533d9bbc85ef14698668c3305359aa5522e07d (patch) | |
tree | ec8dd7601b895da1405110f9f80d1529f2182a64 /grunt.js | |
parent | 5aac8f563f3ff7227fe9790c2ac8620223e3bd45 (diff) | |
download | jquery-ui-73533d9bbc85ef14698668c3305359aa5522e07d.tar.gz jquery-ui-73533d9bbc85ef14698668c3305359aa5522e07d.zip |
Dialog: Exclude deprecated units from phantomjs
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ grunt.initConfig({ files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) { // disabling everything that doesn't (quite) work with PhantomJS for now // TODO except for all|index|test, try to include more as we go - return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file ); + return !( /(all|index|test|dialog|dialog_deprecated|tabs|tooltip)\.html$/ ).test( file ); }) }, lint: { |