0.0.15 • Published 5 years ago

@carlsberg/jest-config v0.0.15

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.11-alpha.0

5 years ago