Just a whole lot of crap

This commit is contained in:
2025-08-14 16:36:12 -05:00
parent 66b7e42275
commit 62f6d6f279
144 changed files with 41421 additions and 2458 deletions

9
tests/setup.js Normal file
View 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(),
};