Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD Workshop

Code katas for the TDD workshop.

Requirements

  • node installed

Optional We recommend using Visual Studio Code. The following extensions may be useful as well:

Installing dependencies

In order to install the dependencies, please execute npm install.

Executing tests

Every time that you want to run your tests, execute npm test.

Alternatively you can execute npm run test:watch to keep Jest running in watch mode; this means that your tests will re-run whenever you make changes to your code files.

You can obtain a report of your tests execution by using npm run test:report. After that you can execute npm run report to see the resulting report in the browser.

About

Code katas for the TDD workshop

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages