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
// the following has to be re-defined because jest checks these values once for the actual workspace "rootDir" and also in each project
globalSetup: '<rootDir>/base-helpers/globalSetup.ts', // only runs once before all projects
globalTeardown: '<rootDir>/base-helpers/globalTeardown.ts', // only runs once after all projects
setupFilesAfterEnv: ['<rootDir>/base-helpers/setupFile.ts'], // required to be present and a actual file in (workspace)"rootDir", but is executed from the projects definition (./test/utils)