ColCh
2014-09-29 19:32:18 +04:00
parent 19a2eb963a
commit 026455c4e7
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -101,7 +101,8 @@ describe('react-webpack generator', function() {
['Gruntfile.js', /hot:\s*true/],
['webpack.config.js', /react-hot/],
['webpack.config.js', /webpack\.HotModuleReplacementPlugin/],
['webpack.config.js', /webpack\/hot\/dev-server/]
['webpack.config.js', /webpack\.NoErrorsPlugin/],
['webpack.config.js', /webpack\/hot\/only-dev-server/]
]);
done();
});