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

Made arrow and 'PassingTest' annotation clearly point to passing test #130

Closed BurkHufnagel closed 4 years ago

BurkHufnagel commented 4 years ago

As it was, the annotation looked like it was pointing to the failing test instead of the passing test.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #130   +/-   ##
=====================================
  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.