Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.3 KB

File metadata and controls

25 lines (13 loc) · 1.3 KB

Mastering Test-Driven Development

Test-driven development is a software development process that relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests, only.

Important Notions

Mocha & Chai

Mocking