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
import { testPathIgnorePatterns } from "./tests/__config__/commonJestConfig";
/**
* Since jest projects don't inherit all properties from root config, we instead use tests/__config__/commonJestConfig.ts
* thus, here we want just to define projects' configs; see https://github.com/jestjs/jest/issues/10991.
* Also, as some options are not allowed in project configs, but only in the global config, they are specified here; see https://github.com/jestjs/jest/issues/13576.