An open API service indexing awesome lists of open source software.

https://github.com/coderbyheart/codedoor-tdd-intro

CodeDoor TDD intro
https://github.com/coderbyheart/codedoor-tdd-intro

Last synced: 9 months ago
JSON representation

CodeDoor TDD intro

Awesome Lists containing this project

README

          

# [CodeDoor](https://codedoor.org/) TDD intro

[![GitHub Actions](https://github.com/coderbyheart/codedoor-tdd-intro/workflows/Test/badge.svg)](https://github.com/coderbyheart/codedoor-tdd-intro/actions)
[![Greenkeeper badge](https://badges.greenkeeper.io/coderbyheart/codedoor-tdd-intro.svg)](https://greenkeeper.io/)

This is the sample project I set up during the presentation.

Run the tests:

npm test

## Links

- [TDD explained](https://martinfowler.com/bliki/TestDrivenDevelopment.html)
- [Jest test runner](https://jestjs.io/)
- [VS Code plugin](https://github.com/jest-community/vscode-jest)
- [Mirjam's talk explaining TDD with dog training 🐶](https://www.youtube.com/watch?v=V7QRcnnMoKI&list=PLZQv2lZnFSKfAYvlnrVylNcHDPjxptFjX&index=4)
- [RPG Combat Kata](https://www.slideshare.net/DanielOjedaLoisel/rpg-combat-kata)