包详细信息

build-tools-jest

adidas198MIT不推荐使用1.3.0

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

Configurations to use jest

自述文件

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

  • Updated jest to v26.
  • Updated engines to node >= 12 and npm >= 6.

1.2.0

  • Updated jest to v24.9.

1.1.0

  • Updated jest to v24.

1.0.1

  • Initial version: build-tools-jest.