Skip to content

Latest commit

 

History

History

jest-tsd-preset

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Jest Preset Config

Initial Setup

  1. Install the package:
yarn add -DW typescript jest @tsd/typescript @neuledge/jest-tsd-preset
  1. Create a jest.config.tsd.json file with the following content:
{
  "preset": "@neuledge/jest-tsd-preset"
}