chore(engine): Remove comments to silence errors and logs from createRequest test.

This commit is contained in:
Sandile 2022-02-11 15:47:39 +02:00
parent 4de9b0e377
commit 9988b3051a

View File

@ -56,8 +56,8 @@ const mockDate = jest.fn(() => ({ date: 0 }));
mockDate.now = jest.fn(() => 0);
// Comment out to use console
// console.log = () => {};
// console.error = () => {};
console.log = () => {};
console.error = () => {};
beforeAll(() => {
global.Date = mockDate;