summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/setupTests.ts
blob: 103e5fa2c313ace350468c2c6cbbec2793e50da9 (plain)
1
2
3
4
// Silence some console output
// jest.spyOn(console, 'log').mockImplementation();
// jest.spyOn(console, 'debug').mockImplementation();
// jest.spyOn(console, 'error').mockImplementation();