1.0.1 • Published 3 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.jsonfile with the following content:
{
"preset": "@neuledge/jest-ts-preset"
}