1.0.1 • Published 2 years ago
@neuledge/jest-ts-preset v1.0.1
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"
}