Détail du package

@jvdx/jest-preset

joelvoss102MIT1.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"
}