2.0.0 • Published 2 years ago
@brandontom/jest v2.0.0
@brandontom/jest
Reusable and extendable Jest configurations.
Installation
npm i @brandontom/jest
Usage
To use the default configurations create a jest.config.js
file in the root of your project.
// jest.config.js
module.exports = require('@brandontom/jest')
Overriding the default configuration
To override the default configuration, create a jest.config.js
file in the root of your project.
// jest.config.js
module.exports = Object.assign({}, require('@brandontom/jest'), {
// Override default options here
})
2.0.0
2 years ago
1.0.29
2 years ago
1.0.30-next.5
2 years ago
1.0.30-next.1
2 years ago
1.0.27
3 years ago
1.0.25
3 years ago
1.0.24
3 years ago
1.0.23
3 years ago
1.0.22
3 years ago
1.0.20
4 years ago
1.0.18
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago