Skip to content

Commit 598842b

Browse files
committed
*FIX* Tests: Removed NoErrorsPlugin from test for dev webpack
1 parent e63ddcb commit 598842b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test-creation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ describe('react-webpack generator', function() {
101101
['Gruntfile.js', /hot:\s*true/],
102102
['webpack.config.js', /react-hot/],
103103
['webpack.config.js', /webpack\.HotModuleReplacementPlugin/],
104-
['webpack.config.js', /webpack\.NoErrorsPlugin/],
105104
['webpack.config.js', /webpack\/hot\/only-dev-server/]
106105
]);
107106
done();

0 commit comments

Comments
 (0)