diff --git a/test/test-creation.js b/test/test-creation.js index 70a646f..ca3b152 100644 --- a/test/test-creation.js +++ b/test/test-creation.js @@ -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();