From 891cad8a1b3edf1290f63ef86f85850cb69c0511 Mon Sep 17 00:00:00 2001 From: Kosta Harlan Date: Wed, 2 Feb 2022 11:19:51 +0100 Subject: [PATCH] QUnit: Set default file type to js This silences the "Unable to determine file type from the file extension, defaulting to js" warning shown when running `grunt qunit`. Bug: T250045 Change-Id: Ife62c53d1e2ff6121774552c7d0793784aea6d6b --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index fe7e252ad2a..95c703bb298 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,6 +72,7 @@ module.exports = function ( grunt ) { proxies: karmaProxy, files: [ { pattern: qunitPattern, + type: 'js', watched: false, included: true, served: false