We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6572576 commit 16818acCopy full SHA for 16818ac
1 file changed
src/test/features/terminalEnvVarInjectorBasic.unit.test.ts
@@ -55,7 +55,7 @@ suite('TerminalEnvVarInjector Basic Tests', () => {
55
({
56
dispose: () => {},
57
// eslint-disable-next-line @typescript-eslint/no-explicit-any
58
- }) as any,
+ } as any),
59
);
60
});
61
0 commit comments