@knit/jest-config-socks
v0.6.0
Published
A pair of jest socks
Downloads
20
Readme
Jest Config
Jest config used by KnitJS.
Install
yarn add @knit/jest-config-socks
Usage
const jestConfig = require('@knit/jest-config-socks');
const jest = require('jest');
const opts = ['--config', JSON.stringify(jestConfig())];
jest.run(opts);