This package has been deprecated

Author message:

This package is unmaintained and for reference only, please use the native tools instead

build-tools-jest

1.3.0 • Public • Published

npm version

build-tools-jest

Adds all required dependencies and configurations to use jest.

Install

npm install --save-dev build-tools-jest

Usage

Extend your jest configuration with build-tools-jest

// jest.config.js
module.exports = {
  ...require('build-tools-jest')
};

Then you can run jest as you would normally do, e.g:

npx jest --config jest.config.js

Links

Readme

Keywords

none

Package Sidebar

Install

npm i build-tools-jest

Weekly Downloads

68

Version

1.3.0

License

MIT

Unpacked Size

2.55 kB

Total Files

5

Last publish

Collaborators

  • adidas