@brandontom/jest

2.0.0 • Public • Published

@brandontom/jest

Reusable and extendable Jest configurations.

Installation

npm i @brandontom/jest

Usage

To use the default configurations create a jest.config.js file in the root of your project.

// jest.config.js
module.exports = require('@brandontom/jest')

Overriding the default configuration

To override the default configuration, create a jest.config.js file in the root of your project.

// jest.config.js
module.exports = Object.assign({}, require('@brandontom/jest'), {
  // Override default options here
})

Readme

Keywords

none

Package Sidebar

Install

npm i @brandontom/jest

Weekly Downloads

21

Version

2.0.0

License

ISC

Unpacked Size

2 kB

Total Files

3

Last publish

Collaborators

  • magicink