Skip to content

Commit

Permalink
Bug 1525030 - remove special-cases from depcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Apr 3, 2019
1 parent d9195f6 commit 73da8c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/meta_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ suite('Repo Meta Tests', function() {

test('Dependencies are not missing/unused', async function() {
const depOptions = {
ignoreMatches: [
'morgan', // Peer dependency of morgan-debug
'ejs', // This dependency is used in web-server (see createApp.js)
],
specials: [], // don't target webpack
};
const root = await depcheck(ROOT_DIR, depOptions);
Expand Down

0 comments on commit 73da8c9

Please sign in to comment.