1.3.0 • Published 3 years ago

build-tools-babel-jest v1.3.0

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

npm version

build-tools-babel-jest

Adds all required dependencies and configurations to use babel with jest in JavaScript projects.

Although not required, it works best with build-tools-jest.

Install

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

Usage

Extend your jest configuration with build-tools-babel-jest

// jest.config.js
module.exports = {
  ...require('build-tools-jest')
  ...require('build-tools-babel-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