Skip to content

Commit b4dd8c2

Browse files
authored
Merge pull request #963 from emberjs/add-treeType-annotation
2 parents a97912f + 22c0fa3 commit b4dd8c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = {
3838

3939
let output = this.preprocessJs(input, '/', this.name, {
4040
registry: this.registry,
41+
treeType: 'addon-test-support',
4142
});
4243

4344
return debugTree(output, 'addon-test-support:output');

0 commit comments

Comments
 (0)