You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
watchPathIgnorePatterns: ['globalConfig'] //when using jest --watch flag, changes to globalConfig.json can cause an infinite loop. In order to avoid this unwanted behaviour, add globalConfig to ignored files in watch mode in the Jest configuation