Skip to content

devshafi/intro-nodejs-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is intended to make it easy to get introduced with nodejs API testing.

What we are using

  • Jest as test runner and assertion library.
  • Supertest for testing node.js HTTP server