Skip to content

Commit

Permalink
feat: migrate enzyme with RTL (openedx#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed-Ali-Abbas-Zaidi authored and bra-i-am committed May 14, 2024
1 parent 6ab2ede commit d7e83ae
Show file tree
Hide file tree
Showing 10 changed files with 723 additions and 346 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',
],
testTimeout: 20000,
Expand Down
Loading

0 comments on commit d7e83ae

Please sign in to comment.