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

Latest commit

 

History

History

plugin-lib-jest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

✅ 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
})