ryardley / ts-bus

A lightweight JavaScript/TypeScript event bus to help manage your application architecture.
MIT License
135 stars 8 forks source link

Add testing for hooks #21

Closed ryardley closed 5 years ago

ryardley commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #21   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      5    +3     
  Lines          40     56   +16     
  Branches       10     11    +1     
=====================================
+ Hits           40     56   +16
Impacted Files Coverage Δ
src/BusContext.ts 100% <0%> (ø)
src/react.ts 100% <0%> (ø)
src/useBusReducer.ts 100% <0%> (ø)

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 52ef9d3...0bafbc7. Read the comment docs.