From 98cc025c0751219d237d6e3aada5c4374b471b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 18 Mar 2022 11:26:41 +0300 Subject: [PATCH] fake timers config --- jest.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 108d78814..35fb25a03 100644 --- a/jest.config.js +++ b/jest.config.js @@ -29,5 +29,6 @@ module.exports = { }, testMatch: [ "**/src/components/**/*.spec.{j,t}s?(x)" - ] + ], + timers: "fake" } \ No newline at end of file