4.1.0 • Published 2 years ago

@fastcms/jest-preset v4.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@fastcms/jest-preset

Peer Jest Version

Shared jest preset for projects of @fastcms

Installation

Use npx to install peerdeps automatically or install peerDependencies and optionalDependencies with npm/yarn manually

# Install using npm
$ npm info "@fastcms/jest-preset" peerDependencies optionalDependencies
$ npx install-peerdeps --dev @fastcms/jest-preset

# Install using yarn
$ yarn add --dev @fastcms/jest-preset jest @swc/jest

Usage

After installation, create a javascript config file jest.config.js to the project root.

module.exports = {
  preset: '@fastcms',
};

Or add a jest key to your package.json file.

{
  "jest": {
    "preset": "@fastcms"
  }
}

License

The codebase and documentation in this repository are released under the MIT License

3.2.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.1.4

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago