@bubkoo/jest-config
v2.0.0
Published
Shared jest config for my projects
Readme
jest-config
Shared jest config for my projects.
Install
npm install --save-dev @bubkoo/jest-configUsage
jest.config.js
module.exports = require('@bubkoo/jest-config');jest.config.ts
import config from '@bubkoo/jest-config';
export default config;