1.0.1 • Published 5 years ago

jest-config-objective v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

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;