Skip to content

Commit

Permalink
chore: remove testSetupFile.js (jestjs#12666)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas authored Apr 12, 2022
1 parent 8784260 commit ff77517
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default {
'e2e/runtime-internal-module-registry/__mocks__',
],
projects: ['<rootDir>', '<rootDir>/examples/*/'],
setupFilesAfterEnv: ['<rootDir>/testSetupFile.js'],
snapshotFormat: {
escapeString: false,
},
Expand Down Expand Up @@ -66,6 +65,7 @@ export default {
'/packages/pretty-format/perf/test.js',
'/e2e/__tests__/iterator-to-null-test.ts',
],
testTimeout: 70000,
transform: {
'\\.[jt]sx?$': '<rootDir>/packages/babel-jest',
},
Expand Down
10 changes: 0 additions & 10 deletions testSetupFile.js

This file was deleted.

0 comments on commit ff77517

Please sign in to comment.