Skip to content

Latest commit

 

History

History

jest-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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;