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

Package detail

jest-esnext

haraldrudell604ISC0.0.4

Jest ES.Next configuration by Harald Rudell

Jest, ES.Next, transpile, ECMAScript

readme

jest-esnext

Use Jest with ES.Next ECMAScript: big bubbles no troubles

© 2018-present Harald Rudell harald.rudell@gmail.com (http://www.haraldrudell.com)

Benefits

  • Get Jest ES.Next-ified in a single package

Usage

  1. yarn add --dev jest-esnext jest
  2. create file next to package.json named jest.config.js
    • content: module.exports = require('jest-esnext')
  3. yarn jest
    Your tests written in ECMAScript ES.Next work
    No mysterious errors or unnreliable transpile like babel-jest 23.6.0

© 2018-present Harald Rudell harald.rudell@gmail.com (http://www.haraldrudell.com)