*FIX* Tests: Removed NoErrorsPlugin from test for dev webpack

This commit is contained in:
Chris 2015-06-02 12:58:56 +02:00
parent e63ddcb5f5
commit 598842ba9c

View File

@ -101,7 +101,6 @@ describe('react-webpack generator', function() {
['Gruntfile.js', /hot:\s*true/],
['webpack.config.js', /react-hot/],
['webpack.config.js', /webpack\.HotModuleReplacementPlugin/],
['webpack.config.js', /webpack\.NoErrorsPlugin/],
['webpack.config.js', /webpack\/hot\/only-dev-server/]
]);
done();