Skip to content
This repository was archived by the owner on Mar 27, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.25 KB

readme.md

File metadata and controls

35 lines (23 loc) · 1.25 KB

✅ plugin-lib-jest

npm linux windows coverage deps

Run tests using Jest.

Install

$ yarn add --dev @start/plugin-lib-jest
# or
$ npm install --save-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
})