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

Package detail

@start/plugin-lib-jest

deepsweet5MIT3.0.0TypeScript support: included

✅ Run tests using Jest

tasks, runner, start, start-plugin, jest

readme

✅ plugin-lib-jest

Run tests using Jest.

Install

$ yarn add --dev @start/plugin-lib-jest

Usage

Signature

jest(argv?: ArgvOptions)

options

Jest "argv" options.

Example

import jest from '@start/plugin-lib-jest'

export task () => jest({
  browser: true
})