diff --git a/tests/processWebpackStats.test.js b/tests/processWebpackStats.test.js index 7a2f08a324..a2769deaf1 100644 --- a/tests/processWebpackStats.test.js +++ b/tests/processWebpackStats.test.js @@ -141,39 +141,5 @@ describe('processsWebpackStats', () => { externalModules: [] }); }); - - const peerDepStats = { - stats: [ - { - compilation: { - chunks: [ - new ChunkMock([ - { - identifier: _.constant('"crypto"') - }, - { - identifier: _.constant('"uuid/v4"') - }, - { - identifier: _.constant('"mockery"') - }, - { - identifier: _.constant('"@scoped/vendor/module1"') - }, - { - identifier: _.constant('external "bluebird"') - }, - { - identifier: _.constant('external "request-promise"') - } - ]) - ], - compiler: { - outputPath: '/my/Service/Path/.webpack/service' - } - } - } - ] - }; }); });