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
This commit is contained in:
Kosta Harlan 2022-02-02 11:19:51 +01:00 committed by Krinkle
parent 588a67af05
commit 891cad8a1b

View file

@ -72,6 +72,7 @@ module.exports = function ( grunt ) {
proxies: karmaProxy,
files: [ {
pattern: qunitPattern,
type: 'js',
watched: false,
included: true,
served: false