Skip to content

Commit

Permalink
commented out the log suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
happycodemonkey committed Aug 16, 2023
1 parent e19eef7 commit a6a0881
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ jest.mock('@niivue/niivue', () => {});
global.console = {
...console,
// uncomment to ignore a specific log level
log: jest.fn(),
debug: jest.fn(),
info: jest.fn(),
warn: jest.fn(),
error: jest.fn(),
//log: jest.fn(),
//debug: jest.fn(),
//info: jest.fn(),
//warn: jest.fn(),
//error: jest.fn(),
};

0 comments on commit a6a0881

Please sign in to comment.