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

Package detail

@jvdx/jest-preset

joelvoss210MIT1.13.0

jvdx's jest preset

jest, preset, jvdx

readme

@jvdx/jest-preset

jvdx's jest preset.

Installation

(1) Install this configuration:

# Using npm
$ npm i -D @jvdx/jest-preset

# Using yarn
$ yarn add -D @jvdx/jest-preset

(2) Extend jest configuration:

{
  "preset": "@jvdx/jest-preset"
}