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

Package detail

@jameslnewell/jest-preset

jameslnewell84MIT3.0.0

A Jest preset according to my preferences.

readme

@jameslnewell/jest-preset

A Jest preset according to my preferences.

Installation

yarn add --dev jest @jameslnewell/jest-preset

Usage

Add the following configuration to your package.json:

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

Configure a .swcrc to start transpiling code.