Just a whole lot of crap
This commit is contained in:
9
tests/setup.js
Normal file
9
tests/setup.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// Jest setup file
|
||||
// Mock console methods to reduce test output noise
|
||||
global.console = {
|
||||
...console,
|
||||
// Uncomment to ignore specific console methods during tests
|
||||
// log: jest.fn(),
|
||||
// warn: jest.fn(),
|
||||
// error: jest.fn(),
|
||||
};
|
||||
Reference in New Issue
Block a user