mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Fixes for Travis build tests failing
Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ util.inherits(ComponentGenerator, ScriptBase);
|
||||
|
||||
ComponentGenerator.prototype.createComponentFile = function createComponentFile() {
|
||||
this.generateSourceAndTest(
|
||||
'component',
|
||||
'spec/component',
|
||||
'Component',
|
||||
'spec/Component',
|
||||
'components'
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user