From 598842ba9c67e32f3d811ddcbadfe28ffc2a9e07 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 2 Jun 2015 12:58:56 +0200 Subject: [PATCH] *FIX* Tests: Removed NoErrorsPlugin from test for dev webpack --- test/test-creation.js | 1 - 1 file changed, 1 deletion(-) 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();