6.0.0 • Published 2 years ago

@tdd-buffet/jest-config v6.0.0

Weekly downloads
827
License
MIT
Repository
github
Last release
2 years 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

2 years ago

5.0.3

2 years ago

5.0.2

2 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.1.2

3 years ago

4.1.1

4 years ago

4.1.0

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-alpha.4

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago