0.0.15 • Published 6 years ago

@carlsberg/jest-config v0.0.15

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@carlsberg/jest-config

Collection of Jest configuration files.

System Requirements

$ node -v
v11.12.0

$ npm -v
6.7.0

$ yarn -v
1.15.2

$ jest -v
v24.5.0

Usage

Create a jest.config.js file in the package's root directory with the following content:

module.exports = require('@carlsberg/jest-config');

Extending

const baseConfig = require('@carlsberg/jest-config');
const newConfig = {};

module.exports = {...baseConfig, ...newConfig};
0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.11-alpha.0

6 years ago