scripts-config-jest 9.7.0
Install from the command line:
Learn more about npm packages
$ npm install @talend/scripts-config-jest@9.7.0
Install via package.json:
"@talend/scripts-config-jest": "9.7.0"
About this version
To use the jest configuration in your IDE, or to add customisation
- Create an
jest.config.jsat your project root folder - Make it extend the one from talend preset
const defaults = require('@talend/scripts-config-jest/jest.config.js');
module.exports = {
...defaults,
// add/change default config here
};