Skip to content

Commit

Permalink
chore: jest config update
Browse files Browse the repository at this point in the history
- fixed an issue where jest was using stale code for internal core modules
  • Loading branch information
JoakimSM authored Jul 15, 2022
1 parent 9801904 commit fa5f3cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const config = {
moduleDirectories: ['core_modules', 'node_modules'],
};

module.exports = config;

0 comments on commit fa5f3cf

Please sign in to comment.