mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Switch the generation of everything so we generate tests and they can actually pass.
This commit is contained in:
+2
-2
@@ -3,7 +3,6 @@ var util = require('util');
|
||||
var ScriptBase = require('../script-base.js');
|
||||
|
||||
var ComponentGenerator = module.exports = function ComponentGenerator(args, options, config) {
|
||||
|
||||
ScriptBase.apply(this, arguments);
|
||||
};
|
||||
|
||||
@@ -18,6 +17,7 @@ ComponentGenerator.prototype.createComponentFile = function createComponentFile(
|
||||
'Component',
|
||||
'spec/Component',
|
||||
'styles/Component',
|
||||
'components'
|
||||
'components',
|
||||
true
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user