From 25d9d00ea2f96c02ffb659163e96be26cee5dc33 Mon Sep 17 00:00:00 2001 From: sotojn Date: Wed, 11 Dec 2024 09:34:14 -0700 Subject: [PATCH] mirgate intended configs to global jest config --- jest.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jest.config.js b/jest.config.js index 1a9b873c4e4..a726ba7a896 100644 --- a/jest.config.js +++ b/jest.config.js @@ -35,6 +35,8 @@ if (!isCI) { export default { rootDir: '.', verbose: true, + testTimeout: 60 * 1000, + watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], projects, globals: { availableExtensions: ['.js', '.ts', '.mjs', '.cjs'],