@foray1010/jest-preset Installation yarn add -DE @foray1010/jest-preset jest Create an jest.config.mjs in the project root const config = { preset: '@foray1010', } export default config