Skip to content

Commit d6b06ce

Browse files
chore: suppress TS4112
1 parent 82db92a commit d6b06ce

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/git-helper.test.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,9 @@ describe('GitHelper', () => {
355355
});
356356

357357
it('should throw error', async() => {
358-
/**
359-
* Logger
360-
*/
361358
class ThrowErrorLogger extends Logger {
362-
/**
363-
* @return {void}
364-
*/
359+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
360+
// @ts-ignore
365361
public override displayStdout = (): void => {
366362
throw new Error('test');
367363
};

0 commit comments

Comments
 (0)