Skip to content

Commit

Permalink
Fix e2e test path
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Oct 17, 2024
1 parent 503b6ba commit 42af876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/common/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export enum ConfigKey {
compilerPath = 'compiler.compilerPath',
exclude = 'exclude',
general = 'general',
generalV2 = 'v2.general',
helpPathV1 = 'v1.file.helpPath',
helpPathV2 = 'v2.file.helpPath',
indentCodeAfterIfDirective = 'v1.formatter.indentCodeAfterIfDirective',
Expand Down
2 changes: 1 addition & 1 deletion src/test/config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ suite('exclude', () => {

before(async () => {
await updateConfig<{ librarySuggestions: LibIncludeType }>(
ConfigKey.general,
ConfigKey.generalV2,
{ librarySuggestions: LibIncludeType.All },
);
});
Expand Down

0 comments on commit 42af876

Please sign in to comment.