Skip to content

Commit

Permalink
remove debug from jest
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Aug 26, 2019
1 parent 0ce3dcc commit 46fd547
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const debug = require('./debug').spawn('jest');

const toNotIgnore = {
modules: [].join('|'),
};
Expand All @@ -22,6 +20,4 @@ if (toNotIgnore.modules.length) {
toExport.transformIgnorePatterns.push(`/node_modules/(?!(${toNotIgnore.modules}))`);
}

debug(() => toExport.transformIgnorePatterns);

module.exports = toExport;

0 comments on commit 46fd547

Please sign in to comment.