mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-12 12:21:11 +08:00
fix tests to work with architecture = 'flux' (no reflux support yet)
This commit is contained in:
@@ -190,7 +190,7 @@ describe('react-webpack generator', function() {
|
|||||||
|
|
||||||
beforeEach(function(done) {
|
beforeEach(function(done) {
|
||||||
helpers.mockPrompt(react, {
|
helpers.mockPrompt(react, {
|
||||||
flux: true
|
architecture: 'flux'
|
||||||
});
|
});
|
||||||
|
|
||||||
react.run({}, function() {
|
react.run({}, function() {
|
||||||
@@ -277,7 +277,7 @@ describe('react-webpack generator', function() {
|
|||||||
|
|
||||||
beforeEach(function(done){
|
beforeEach(function(done){
|
||||||
helpers.mockPrompt(react, {
|
helpers.mockPrompt(react, {
|
||||||
flux: true
|
architecture: 'flux'
|
||||||
});
|
});
|
||||||
|
|
||||||
react.run({}, function() {
|
react.run({}, function() {
|
||||||
@@ -312,7 +312,7 @@ describe('react-webpack generator', function() {
|
|||||||
|
|
||||||
beforeEach(function(done) {
|
beforeEach(function(done) {
|
||||||
helpers.mockPrompt(react, {
|
helpers.mockPrompt(react, {
|
||||||
flux: true
|
architecture: 'flux'
|
||||||
});
|
});
|
||||||
|
|
||||||
react.run({}, function() {
|
react.run({}, function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user