Skip to content

Commit

Permalink
fix: removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FibrinLab committed Feb 7, 2025
1 parent 532a2ec commit 6726e90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/pretty-logs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ describe("PrettyLogs", () => {
const logSpy = jest.spyOn(console, "log").mockImplementation();
const logReturn = logs.ok("This is an OK message");
expect(logReturn).toBeUndefined();

// // Debugging: print what was captured
// console.log("Captured Logs:", logSpy.mock.calls);

const cleanLogStrings = cleanSpyLogs(logSpy);
expect(cleanLogStrings).toContain(cleanLogString("✓ This is an OK message"));
});
Expand Down

0 comments on commit 6726e90

Please sign in to comment.