dwyl / learn-elm-architecture-in-javascript

:unicorn: Learn how to build web apps using the Elm Architecture in "vanilla" JavaScript (step-by-step TDD tutorial)!
https://todomvc-app.herokuapp.com
GNU General Public License v2.0
213 stars 19 forks source link

TDD Reset the Counter #5

Closed nelsonic closed 7 years ago

nelsonic commented 7 years ago

Adding the Reset action is good opportunity to write a test first! As a user (counting things) I want to reset the counter So that I can start counting again from zero.

nelsonic commented 7 years ago

Failing test: reset-counter-failing-test

nelsonic commented 7 years ago

Passing test: image

nelsonic commented 7 years ago

reset-counter-failing-tests

nelsonic commented 7 years ago

reset-counter