Skip to content

Commit

Permalink
feat: migrate enzyme to RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed-Ali-Abbas-Zaidi committed Jan 23, 2024
1 parent 342f29f commit 358711c
Show file tree
Hide file tree
Showing 38 changed files with 18,424 additions and 9,484 deletions.
3 changes: 2 additions & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"allowlist": [
"GHSA-hpx4-r86g-5jrg",
"GHSA-wf5p-g6vw-rhxx"
"GHSA-wf5p-g6vw-rhxx",
"GHSA-jchw-25xp-jwwc"
],
"moderate": true
}
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',
],
coveragePathIgnorePatterns: [
Expand Down
Loading

0 comments on commit 358711c

Please sign in to comment.