1.0.2 • Published 2 years ago
@neuledge/jest-tsd-preset v1.0.2
Jest Preset Config
Initial Setup
- Install the package:
yarn add -DW typescript jest @tsd/typescript @neuledge/jest-tsd-preset- Create a jest.config.tsd.jsonfile with the following content:
{
  "preset": "@neuledge/jest-tsd-preset"
}