Added automatic generation of components displayName property.

This commit is contained in:
Chris
2015-10-15 16:09:23 +02:00
parent 82a080f586
commit 685f6a75ce
5 changed files with 21 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ describe('Utilities:Yeoman', () => {
path: 'src/components/my/component/',
fileName: 'TestComponent.js',
className: 'TestComponent',
displayName: 'MyComponentTestComponent',
suffix: '.js'
},
test: {