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.75k stars 349 forks source link

Made arrow point to the passing test. #129

Closed BurkHufnagel closed 4 years ago

BurkHufnagel commented 4 years ago

Moving the arrow and annotation text in the image makes it clearer that they're pointing to the line for the passed test and not the section with info about the failing test.

codecov[bot] commented 4 years ago

Codecov Report

Merging #129 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #129   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          37     37           
=====================================
  Hits           37     37

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 029dfa3...d265054. Read the comment docs.

BurkHufnagel commented 4 years ago

Made a mistake...