Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@foray1010/jest-preset

foray1010218MIT5.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

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.1.0 (2023-11-17)

Features

  • eslint-config: enable regexp strict mode (07d035b)

5.0.0 (2023-11-17)

⚠ BREAKING CHANGES

  • require node ^18.12.0 || >=20.9.0

Features

  • jest-preset: ignore type definition files when calculate coverage (081bcac)

Miscellaneous Chores

  • require node ^18.12.0 || >=20.9.0 (e231508)

4.0.0 (2023-03-23)

⚠ BREAKING CHANGES

  • require node ^16.14.0 || >=18.12.0

Features

  • tsconfig: split tsconfig to mutliple files for different scenarios (fcaf3ae)

Miscellaneous Chores

  • require node ^16.14.0 || >=18.12.0 (5baf6eb)

3.0.0 (2022-11-07)

⚠ BREAKING CHANGES

  • drop nodejs 14.17 and 18.11

Miscellaneous Chores

  • drop nodejs 14.17 and 18.11 (8e5c967)

2.1.0 (2022-10-21)

Features

  • jest-preset: support native es modules typescript (07ee4d3)

2.0.2 (2022-09-28)

Bug Fixes

  • jest-preset: ignore hidden files when calculating test coverage (a979dad)

2.0.1 (2022-09-22)

Note: Version bump only for package @foray1010/jest-preset

2.0.0 (2022-08-26)

⚠ BREAKING CHANGES

  • jest-preset: drop jest v28

Features

  • jest-preset: support jest v29 (2ee6a5e)

1.1.1 (2022-08-24)

Note: Version bump only for package @foray1010/jest-preset

1.1.0 (2022-08-24)

Features

  • jest-preset: initial commit (d9304a5)