@neuledge/jest-ts-preset
v1.0.1
Published
## Initial Setup
Downloads
25
Readme
Jest Preset Config
Initial Setup
- Install the package:
yarn add -DW typescript jest @neuledge/jest-ts-preset
- Create a
jest.config.json
file with the following content:
{
"preset": "@neuledge/jest-ts-preset"
}