1.3.0 • Published 3 years ago

build-tools-jest v1.3.0

Weekly downloads
201
License
MIT
Repository
github
Last release
3 years ago

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

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago