mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
fix tests to work with architecture = 'flux' (no reflux support yet)
This commit is contained in:
parent
9dd1808615
commit
895b95411e
@ -190,7 +190,7 @@ describe('react-webpack generator', function() {
|
||||
|
||||
beforeEach(function(done) {
|
||||
helpers.mockPrompt(react, {
|
||||
flux: true
|
||||
architecture: 'flux'
|
||||
});
|
||||
|
||||
react.run({}, function() {
|
||||
@ -277,7 +277,7 @@ describe('react-webpack generator', function() {
|
||||
|
||||
beforeEach(function(done){
|
||||
helpers.mockPrompt(react, {
|
||||
flux: true
|
||||
architecture: 'flux'
|
||||
});
|
||||
|
||||
react.run({}, function() {
|
||||
@ -312,7 +312,7 @@ describe('react-webpack generator', function() {
|
||||
|
||||
beforeEach(function(done) {
|
||||
helpers.mockPrompt(react, {
|
||||
flux: true
|
||||
architecture: 'flux'
|
||||
});
|
||||
|
||||
react.run({}, function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user