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

Tape vs Tap issue #34 #35

Closed nelsonic closed 6 years ago

nelsonic commented 6 years ago

@iteles in preparation for releasing the "TodoMVC" example I have given this tutorial an update.

Please review and merge if/when happy. thanks.

codecov[bot] commented 6 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #35   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      2    +1     
  Lines          13     28   +15     
  Branches        1      2    +1     
=====================================
+ Hits           13     28   +15
Impacted Files Coverage Δ
lib/change-calculator.js 100% <100%> (ø) :arrow_up:
lib/vending-machine.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 268618a...7a3f560. Read the comment docs.

nelsonic commented 6 years ago

@iteles not "urgent" but good to get reviewed/merged this week. thank you! ✨