webpack: Remove test that fails in typescript@next (#17066)

This commit is contained in:
Andy
2017-06-08 15:46:15 -07:00
committed by GitHub
parent ad756d05b3
commit 7019f85ea5
-8
View File
@@ -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,