mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
style: address integration tests lint errors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user