Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 443 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 443 Bytes

jest-preset-base

jest base preset for SeoHwan Cho's project

Install

npm

npm install @choseohwan/jest-preset-base jest @types/jest ts-jest --save-dev

yarn

yarn add @choseohwan/jest-preset-base jest @types/jest ts-jest -D

Usage

Make jest.config.ts file in the root directory of packages.

jest.config.ts

module.exports = {
    preset: "@choseohwan/jest-preset-base"
};