jest-config-objective
v1.0.1
Published
Jest Configuration for Objective Solutions' React Projects
Downloads
4
Readme
Jest Configuration for Objective Solutions' React Projects
To use it:
In your jest.config.js, import this module and pass your file's path (__dirname), like this:
const config = require('jest-config-objective')(__dirname);
//customize your configuration here! It's just a plain JS object!
module.exports = config;