6.0.0 • Published 11 months ago

@tdd-buffet/jest-config v6.0.0

Weekly downloads
827
License
MIT
Repository
github
Last release
11 months ago

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
};
6.0.0

11 months ago

5.0.3

1 year ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

2 years ago

4.1.2

2 years ago

4.1.1

3 years ago

4.1.0

3 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.2

4 years ago