Created
October 28, 2021 11:38
-
-
Save macbre/fe87d198dff721fca7bc31281ca2507b to your computer and use it in GitHub Desktop.
ts-jest setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm remove @types/mocha mocha | |
npm i --save-dev @types/jest jest | |
npm i --save-dev ts-jest | |
npx ts-jest config:init | |
and provide testRegex entry in jest.config.js file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment