diff --git a/test/runner.ts b/test/runner.ts deleted file mode 100644 index 9c41a37..0000000 --- a/test/runner.ts +++ /dev/null @@ -1,6 +0,0 @@ -global.console = { - log: jest.fn(), - // Add other methods that you want to silence - warn: jest.fn(), - error: jest.fn() -}