Skip to content

Commit

Permalink
Merge pull request #6 from nelc/and/fix_redwood_tests
Browse files Browse the repository at this point in the history
fix: add openedx folder to ignore patters, remove unnecessary imports...
  • Loading branch information
andrey-canon authored Nov 28, 2024
2 parents 55332c1 + 16bde52 commit 0d474ee
Show file tree
Hide file tree
Showing 5 changed files with 10,757 additions and 7,146 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ module.exports = createConfig('jest', {
],
testTimeout: 20000,
});

module.exports.transformIgnorePatterns = [
'/node_modules/(?!(@edx|@openedx))',
];
Loading

0 comments on commit 0d474ee

Please sign in to comment.