1.0.8 • Published 4 years ago

@choseohwan/jest-config-base v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

jest-config-base

jest base config for SeoHwan Cho's project

Install

npm

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

yarn

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

Usage

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

jest.config.js

const jestBaseConfig = require('@choseohwan/jest-config-base');

module.exports = {
    ...jestBaseConfig,
    // if you want config another setting, input here
};
1.0.8

4 years ago

1.0.8-alpha-19.0

4 years ago

1.0.8-alpha-19.2

4 years ago

1.0.8-alpha-19.1

4 years ago

1.0.8-alpha-9.38

4 years ago

1.0.8-alpha-9.0

4 years ago

1.0.8-alpha-8.0

4 years ago

1.0.8-alpha-6.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.6-alpha-5.40

4 years ago

1.1.0-alpha-4.7

4 years ago

1.1.0-beta.7

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4-next.15

4 years ago

1.0.4-next.14

4 years ago

1.0.4-next.16

4 years ago

1.0.4-beta.3

4 years ago

1.0.4-next.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago