Skip to content

Commit

Permalink
refactor: remove unnecessary context and constructor from fake-logger…
Browse files Browse the repository at this point in the history
… util
  • Loading branch information
kgajowy committed Aug 9, 2021
1 parent 9b8b6dd commit 19df1e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/apps/api/src/utils/__mocks__/fake-logger.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { LoggerService } from '@nestjs/common';

export class FakeLogger implements LoggerService {
constructor(public readonly context?: string) {}

debug = jest.fn();
error = jest.fn();
log = jest.fn();
Expand Down

0 comments on commit 19df1e8

Please sign in to comment.