Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Sep 13, 2024
1 parent 8b54aeb commit 3e00abd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/testing/logger.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ describe("Logger", () => {
it("can modify pretty format", async () => {
expect.assertions(1);
await TestRunner().run(({ internal }) => {
const logger = createMockLogger();
internal.boilerplate.logger.setPrettyFormat(false);
expect(internal.boilerplate.logger.getPrettyFormat()).toBe(false);
});
Expand Down

0 comments on commit 3e00abd

Please sign in to comment.