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
clearMocks: true, // Automatically clear mock calls, instances, contexts and results before every test
collectCoverage: true, // Indicates whether the coverage information should be collected while executing the test
coverageDirectory: 'coverage', // The directory where Jest should output its coverage files
coverageProvider: 'v8', // Indicates which provider should be used to instrument code for coverage
injectGlobals: false, // Insert Jest's globals (expect, test, describe, beforeEach etc.) into the global environment. If you set this to false, you should import from @jest/globals