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