Skip to content

gamitej/node_ts_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Dependenciess :-

npm init -y
npm i -D typescript jest ts-jest @types/jest ts-node
npx ts-jest config:init

Important Jest

  1. it.skip or describe.skip - to skip the test suite

  2. it.only or describe.only - to run only defined test suite

About

Nodejs Typescript Testing

Topics

Resources

Stars

Watchers

Forks

Contributors