Install Dependenciess :- npm init -y npm i -D typescript jest ts-jest @types/jest ts-node npx ts-jest config:init Important Jest it.skip or describe.skip - to skip the test suite it.only or describe.only - to run only defined test suite