We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a97912f + 22c0fa3 commit b4dd8c2Copy full SHA for b4dd8c2
index.js
@@ -38,6 +38,7 @@ module.exports = {
38
39
let output = this.preprocessJs(input, '/', this.name, {
40
registry: this.registry,
41
+ treeType: 'addon-test-support',
42
});
43
44
return debugTree(output, 'addon-test-support:output');
0 commit comments