dwyl / learn-tape

:white_check_mark: Learn how to use Tape for JavaScript/Node.js Test Driven Development (TDD) - Ten-Minute Testing Tutorial
187 stars 31 forks source link

Write an example of some front end code to test with tape #18

Closed ZooeyMiller closed 7 years ago

ZooeyMiller commented 7 years ago

For #17 I need to make an example of some front end code to test with Tape to write the .md file on how to do it.

I am planning on making a basic increment/decrement/reset counter

ZooeyMiller commented 7 years ago

@nelsonic is it okay to take the css from https://github.com/dwyl/learn-elm-architecture-in-javascript ?

(I'm going to write my own script file so that it's a little more simple than learn-elm-architecture-in-javascript)

ZooeyMiller commented 7 years ago

Fixed by 78ffd68, will close this issue when it's merged into master

nelsonic commented 7 years ago

@ZooeyMiller yes, please "re-cycle" wherever possible to reduce work. ♻️ 👍

also, I would really appreciate a question/issue on https://github.com/dwyl/learn-elm-architecture-in-javascript so we can clarify why some people feel it's not "simple" ... ❓ 😕 (thanks!)

ZooeyMiller commented 7 years ago

@nelsonic Thanks, that's ace. Will try to have a read through with someone who found it difficult and raise an issue.