包详细信息

build-tools-typescript-jest

adidas87MIT不推荐使用1.3.0

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

Configurations to use jest with typescript

自述文件

npm version

build-tools-typescript-jest

Adds all required dependencies and configurations to use typescript 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-typescript-jest

Usage

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

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

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

npx jest --config jest.config.js

Links