We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fe0f6 commit d1b3ff3Copy full SHA for d1b3ff3
2 files changed
test/fixtures/classic-acceptance/input.js
@@ -83,6 +83,9 @@ module.exports = {
83
'foo-bar.hbs': 'foo-bar component template'
84
}
85
},
86
+ 'transforms': {
87
+ 'date.js': 'custom date transform'
88
+ },
89
'mixins': {
90
'foo.js': 'foo mixin'
91
test/fixtures/classic-acceptance/output.js
@@ -100,6 +100,9 @@ module.exports = {
100
'model.js': 'comment model'
101
102
'tag.js': 'tag model'
103
104
+ transforms: {
105
106
107
108
'services': {
0 commit comments