Skip to content

Commit e164dbd

Browse files
committed
configure ember-cli-template-lint for qunit
I tried upgrading e-c-template-lint to the latest version but it generated so many errors that I thought best to explicitly configure it for now
1 parent b7aa721 commit e164dbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ember-cli-build.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ module.exports = function(defaults) {
2828
theme: 'twilight',
2929
components: highlightedLanguages,
3030
},
31+
'ember-cli-template-lint': {
32+
testGenerator: 'qunit', // remove when dependency is upgraded to latest version
33+
},
3134
sassOptions: {
3235
includePaths: ['node_modules/normalize.css'],
3336
},

0 commit comments

Comments
 (0)