Commit c2159e0f authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #18285 from twbs/lint-visual-tests

Check HTML validity of JS visual tests too
parents 580e2f78 7d2ee3c2
Showing with 1 addition and 1 deletion
+1 -1
......@@ -356,7 +356,7 @@ module.exports = function (grunt) {
'The “datetime” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.'
]
},
src: '_gh_pages/**/*.html'
src: ['_gh_pages/**/*.html', 'js/tests/visual/*.html']
},
watch: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment