Skip to content

A repository containing a Node.js project done with the fundamentals of TDD and SOLID

Notifications You must be signed in to change notification settings

rickxz/node-tdd-solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏁 Start

  • Basic project done using the concepts of TDD and SOLID to safely test the application, without touching any database framework (using only in-memory repositories to test some use cases) or unnecessary technologies.

⚙️ Setup

$ git clone https://github.com/rickxz/node-tdd-solid
$ cd node-tdd-solid
$ npm i
$ npm test

About

A repository containing a Node.js project done with the fundamentals of TDD and SOLID

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published