Skip to content

Commit

Permalink
test: skip needless logger init
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlatin Stanimirov committed Mar 10, 2022
1 parent ad6cd11 commit 6e4a266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/test/services/logger.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ describe('Logger', () => {

describe('[instance methods]', () => {
describe('when the default logger is used', () => {
let logger = new Logger();
let logger: Logger;

let processStdoutWriteSpy: sinon.SinonSpy;
let processStderrWriteSpy: sinon.SinonSpy;
Expand Down

0 comments on commit 6e4a266

Please sign in to comment.