Package detail

@foray1010/jest-preset

foray1010292MIT5.1.0

Installation

readme

@foray1010/jest-preset

Installation

  1. yarn add -DE @foray1010/jest-preset jest

  2. Create an jest.config.mjs in the project root

    const config = {
      preset: '@foray1010',
    }
    export default config