style: address integration tests lint errors

This commit is contained in:
Kamil Myśliwiec
2024-11-26 09:39:20 +01:00
parent 03a61e9728
commit 236b633a76
108 changed files with 1074 additions and 818 deletions

View File

@@ -1,6 +1,5 @@
import { Logger } from '@nestjs/common';
// eslint-disable-next-line @typescript-eslint/no-empty-function
const noop = () => {};
export class SilentLogger extends Logger {
log = noop;