Skip to content

Commit

Permalink
Remove enzyme from uniforms (#1361)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Pośpiech <[email protected]>
Co-authored-by: Konrad Bosak <[email protected]>
Co-authored-by: Konrad Bosak <[email protected]>
  • Loading branch information
4 people authored Jul 26, 2024
1 parent e2c77bf commit a5c1841
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 582 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'^uniforms([^/]*)(.*)$': '<rootDir>/packages/uniforms$1/src$2',
},
preset: 'ts-jest',
setupFiles: ['./scripts/setupEnzyme.ts', './scripts/setupFilterWarnings.ts'],
setupFiles: ['./scripts/setupJest.ts', './scripts/setupFilterWarnings.ts'],
setupFilesAfterEnv: ['./scripts/setupMatchers.ts'],
testEnvironment: 'jsdom',
testPathIgnorePatterns: ['/node_modules/', '/_[^/]*$', '\\.d\\.ts$'],
Expand Down
Loading

0 comments on commit a5c1841

Please sign in to comment.