Skip to content

Commit

Permalink
chore: Fix fake path in test data generator
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Feb 6, 2024
1 parent 3edb66d commit d0f1c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/utils/testing/fake-objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export const fakeResolvedConfig = fakeObjectCreator<ResolvedConfig>(() => {
analysis: {
enabled: false,
template: 'treemap',
outputFile: 'stats.html',
outputFile: fakeFile(),
},
zip: {
artifactTemplate: '{{name}}-{{version}}.zip',
Expand Down

0 comments on commit d0f1c70

Please sign in to comment.