Skip to content

Commit

Permalink
Fixes the depcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma毛l Nison committed Sep 28, 2018
1 parent 3708df1 commit debb46f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/workbox-webpack-plugin/node/dependency-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ describe(`[workbox-webpack-plugin] Test Dependencies`, function() {
'build',
'demo',
],
ignoreMatches: [
'babel-runtime',
],
}, (unusedDeps) => {
if (unusedDeps.dependencies.length > 0) {
return reject(new Error(`Unused dependencies defined in package.json: ${JSON.stringify(unusedDeps.dependencies)}`));
Expand Down

0 comments on commit debb46f

Please sign in to comment.