From 7d2ee3c24c102fca17a9d64f3ae69fa50de80052 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 19 Nov 2015 01:49:12 -0800 Subject: [PATCH] Check HTML validity of JS visual tests too [skip sauce] --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5ae0eef65e..5e6dad8668 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {