We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d06bf commit 7ceb7e9Copy full SHA for 7ceb7e9
grunt.js
@@ -151,7 +151,7 @@ grunt.initConfig({
151
htmllint: {
152
// ignore files that contain invalid html, used only for ajax content testing
153
all: grunt.file.expand( [ "demos/**/*.html", "tests/**/*.html" ] ).filter(function( file ) {
154
- return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html)/.test( file );
+ return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core\.html)/.test( file );
155
})
156
},
157
copy: {
0 commit comments