šŸš€ Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@corex/jest

Package Overview
Dependencies
Maintainers
1
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corex/jest

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

Source
npmnpm
Version
4.0.26
Version published
Weekly downloads
287
-6.82%
Maintainers
1
Weekly downloads
Ā 
Created
Source

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 **/
  },
}

FAQs

Package last updated on 20 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts