zazuko / clownface

Simple but powerful graph traversing library for RDF
https://zazuko.github.io/clownface/
37 stars 8 forks source link

fix: filter would return object with wrong context #65

Closed tpluscode closed 2 years ago

tpluscode commented 2 years ago

In #63 I inadvertently introduced a bug where the returned pointer would have Clownface objects in _context and not instances of Context

codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (f98c8ae) into master (dab663e) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   98.65%   98.65%           
=======================================
  Files          10       10           
  Lines         298      298           
=======================================
  Hits          294      294           
  Misses          4        4           
Impacted Files Coverage Δ
test/Clownface/filter.js 100.00% <ø> (ø)
lib/Clownface.js 99.20% <100.00%> (ø)

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 dab663e...f98c8ae. Read the comment docs.