Skip to content

Commit

Permalink
Update processWebpackStats.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-a-calles-mba committed May 15, 2020
1 parent 9f36ddd commit 5794da1
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions tests/processWebpackStats.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
]
};
});
});

0 comments on commit 5794da1

Please sign in to comment.