dwyl / learn-tdd

:white_check_mark: A brief introduction to Test Driven Development (TDD) in JavaScript (Complete Beginner's Step-by-Step Tutorial)
Mozilla Public License 2.0
2.74k stars 349 forks source link

Functional solution issue#109 #110

Closed nelsonic closed 6 years ago

nelsonic commented 6 years ago

Adds solution to the getChange following functional JS. for #109 👍

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #110   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          33     27    -6     
=====================================
- Hits           33     27    -6
Impacted Files Coverage Δ
change-functional.js 100% <100%> (ø)
test.js 100% <100%> (ø) :arrow_up:

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 c8827ca...e95be23. Read the comment docs.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #110   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          33     33           
=====================================
  Hits           33     33
Impacted Files Coverage Δ
change.js 100% <100%> (ø) :arrow_up:

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 c8827ca...02a6503. Read the comment docs.