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