Skip to content

Commit

Permalink
Merge pull request #941 from openedx/bilalqamar95/enzyme-to-rtl-migra…
Browse files Browse the repository at this point in the history
…tion

feat: migrated tests from enzyme to RTL
  • Loading branch information
deborahgu authored Jan 22, 2024
2 parents 8a9c786 + 8d1dbfe commit 585856a
Show file tree
Hide file tree
Showing 10 changed files with 8,429 additions and 9,933 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { createConfig } = require('@edx/frontend-build');

module.exports = createConfig('jest', {
setupFiles: [
setupFilesAfterEnv: [
'<rootDir>/src/setupTest.js',
],
});
Loading

0 comments on commit 585856a

Please sign in to comment.