Skip to content

Commit

Permalink
Update minimal-config.mock.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matěj Chalk <[email protected]>
  • Loading branch information
BioPhoton and matejchalk authored Mar 11, 2024
1 parent dcd5ff9 commit c9aaa3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/test-utils/src/lib/utils/minimal-config.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ export const MINIMAL_CONFIG_MOCK: CoreConfig = {
plugins: [MINIMAL_PLUGIN_CONFIG_MOCK],
};

export const MINIMAL_HISTORY_CONFIG_MOCK = {
export const MINIMAL_HISTORY_CONFIG_MOCK: CoreConfig = {
persist: {
outputDir: '.code-pushup',
filename: 'history-report',
format: ['json'],
},
plugins: [MINIMAL_PLUGIN_CONFIG_MOCK],
} satisfies CoreConfig;
};

0 comments on commit c9aaa3a

Please sign in to comment.