@tdd-buffet/jest-config

6.0.0 • Public • Published

Awesome jest config for TypeScript projects

Build Status codecov


Install

npm install @tdd-buffet/jest-config

Usage

The config focuses on providing a good developer experience with TypeScript. Tests are type checked before they are run and certain harmful options in tsconfing.json files are turned off. You can extend the config and override it as you see fit.

const baseConfig = require('@tdd-buffet/jest-config');

module.exports = {
  ...baseConfig
};

Readme

Keywords

Package Sidebar

Install

npm i @tdd-buffet/jest-config

Weekly Downloads

2,986

Version

6.0.0

License

MIT

Unpacked Size

8.11 kB

Total Files

7

Last publish

Collaborators

  • nighttrax