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