Skip to content

Rollerf/api-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My first TDD aproach

For generate a Express boilder plate I used this command:

sudo npx express-generator --no-view api-tdd

You can find more information about express-generator in this link link

For testing I used the following libraries:

sudo npm install -D jest jest is a JavaScript testing framework. More information here

sudo npm install -D supertest supertest is a library for testing HTTP. More information here

sudo npm install -D http-errors library to handle http errors. More information here

For run the test suite:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published