From 7019f85ea5b3d6d30cbeb3bf05babf612695790d Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 8 Jun 2017 15:46:15 -0700 Subject: [PATCH] webpack: Remove test that fails in typescript@next (#17066) --- types/webpack/webpack-tests.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/types/webpack/webpack-tests.ts b/types/webpack/webpack-tests.ts index 066bdfb740..6c7095483d 100644 --- a/types/webpack/webpack-tests.ts +++ b/types/webpack/webpack-tests.ts @@ -585,14 +585,6 @@ class TestResolvePlugin implements webpack.ResolvePlugin { } } -const resolve: webpack.Resolve = { - plugins: [ - new TestResolvePlugin() - ], - symlinks: false, - cachePredicate: 'boo' // why does this test _not_ fail!? -}; - const performance: webpack.Options.Performance = { hints: 'error', maxEntrypointSize: 400000,