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:
parent
588a67af05
commit
891cad8a1b
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ module.exports = function ( grunt ) {
|
|||
proxies: karmaProxy,
|
||||
files: [ {
|
||||
pattern: qunitPattern,
|
||||
type: 'js',
|
||||
watched: false,
|
||||
included: true,
|
||||
served: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue