Skip to content

Commit

Permalink
change setupRTS to setupJest
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestTeluk committed Jul 26, 2024
1 parent 9806b6d commit 6f55f05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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/setupRTS.ts', './scripts/setupFilterWarnings.ts'],
setupFiles: ['./scripts/setupJest.ts', './scripts/setupFilterWarnings.ts'],
setupFilesAfterEnv: ['./scripts/setupMatchers.ts'],
testEnvironment: 'jsdom',
testPathIgnorePatterns: ['/node_modules/', '/_[^/]*$', '\\.d\\.ts$'],
Expand Down
File renamed without changes.

0 comments on commit 6f55f05

Please sign in to comment.