mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
webpack: Remove test that fails in typescript@next (#17066)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user