This package has been deprecated

Author message:

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

build-tools-typescript-jest

1.3.0 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i build-tools-typescript-jest

    Weekly Downloads

    21

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    3 kB

    Total Files

    5

    Last publish

    Collaborators

    • adidas