@corex/jest

4.0.43 • Public • Published

title: '@corex/jest' custom_edit_url: 'https://github.com/iamvishnusankar/corex/edit/master/packages/jest/README.md'

Installation

yarn add @corex/jest -D

Usage

Create jest.config.js and add the following content

module.exports = require('@corex/jest')

Or

module.exports = {
  ...require('@corex/jest'),
  /** optional if you require code coverage **/
  ...require('@corex/jest/dist/coverage'),
}

Override

Override the preset configuration.

module.exports = {
  ...require('@corex/jest'),
  ...require('@corex/jest/dist/coverage'),
  ...{
    /** custom overrides **/
  },
}

Readme

Keywords

none

Package Sidebar

Install

npm i @corex/jest

Weekly Downloads

138

Version

4.0.43

License

MIT

Unpacked Size

2.02 kB

Total Files

6

Last publish

Collaborators

  • iamvishnusankar