Skip to content

Commit

Permalink
update test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-snee-openx authored Dec 20, 2023
1 parent 56cd8ad commit 906e862
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/test-utils/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ const DEFAULT_PROJECT_CONFIG: Config.ProjectConfig = {
prettierPath: 'prettier',
resetMocks: false,
resetModules: false,
resolver: undefined,
reporters: [
'default',
'custom-reporter-1',
['custom-reporter-2', {configValue: true}],
],
restoreMocks: false,
rootDir: '/test_root_dir/',
roots: [],
Expand Down

0 comments on commit 906e862

Please sign in to comment.