// Silence some console output jest.spyOn(console, 'log').mockImplementation(); jest.spyOn(console, 'debug').mockImplementation();