Skip to content

Commit

Permalink
Remove legacy timers option (real is the default)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Mar 8, 2023
1 parent a1aae27 commit 7be547a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/jest-preset-default/jest-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = {
'**/?(*.)test.[jt]s?(x)',
],
testPathIgnorePatterns: [ '/node_modules/', '<rootDir>/vendor/' ],
timers: 'real',
transform: {
'\\.[jt]sx?$': require.resolve( 'babel-jest' ),
},
Expand Down
1 change: 0 additions & 1 deletion packages/react-native-editor/jest_ui.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
transform: {
'^.+\\.(js|ts|tsx)$': 'babel-jest',
},
timers: 'real',
setupFilesAfterEnv: [ './jest_ui_setup_after_env.js' ],
testEnvironment: './jest_ui_test_environment.js',
testMatch: [ '**/__device-tests__/**/*.test.[jt]s?(x)' ],
Expand Down

0 comments on commit 7be547a

Please sign in to comment.