Jest Typescript Setup Link to heading
Setting up jest on a Node.js typescript project
pnpm i -D jest ts-jest @types/jest
pnpm ts-jest config:init
- [[jest-path-aliases|Jest Path Aliases]]
Setting up jest on a Node.js typescript project
pnpm i -D jest ts-jest @types/jest
pnpm ts-jest config:init