Skip to content

Commit

Permalink
fix test-utils config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-snee-openx committed Dec 20, 2023
1 parent dad9674 commit d306b40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/test-utils/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,14 @@ const DEFAULT_PROJECT_CONFIG: Config.ProjectConfig = {
modulePaths: [],
openHandlesTimeout: 1000,
prettierPath: 'prettier',
resetMocks: false,
resetModules: false,
reporters: [
'default',
'custom-reporter-1',
['custom-reporter-2', {configValue: true}],
],
resetMocks: false,
resetModules: false,
resolver: undefined,
restoreMocks: false,
rootDir: '/test_root_dir/',
roots: [],
Expand Down

0 comments on commit d306b40

Please sign in to comment.