baruchvlz / resq

React Element Selector Query (RESQ) - Query React components and children by component name or HTML selector
MIT License
174 stars 27 forks source link

fix: verify for non-empty results when matching objects #65

Closed baruchvlz closed 3 years ago

baruchvlz commented 3 years ago

Ref: #64

codecov[bot] commented 3 years ago

Codecov Report

Merging #65 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #65   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          145       145           
  Branches        37        38    +1     
=========================================
  Hits           145       145           
Impacted Files Coverage Δ
src/utils.js 100.00% <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 5158cd9...62256bb. Read the comment docs.

mgrybyk commented 3 years ago

Looks like an easy fix, luckily