fusionjs / fusion-test-utils

Migrated to https://github.com/fusionjs/fusionjs
MIT License
5 stars 17 forks source link

Add simulator.getService method #181

Closed ganemone closed 6 years ago

ganemone commented 6 years ago

This provides a simple way of getting access to a service api registered on app.

codecov[bot] commented 6 years ago

Codecov Report

Merging #181 into master will decrease coverage by 1.2%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #181      +/-   ##
==========================================
- Coverage   89.04%   87.83%   -1.21%     
==========================================
  Files           3        3              
  Lines          73       74       +1     
  Branches       12       12              
==========================================
  Hits           65       65              
- Misses          6        7       +1     
  Partials        2        2
Impacted Files Coverage Δ
src/index.js 70% <0%> (-2.42%) :arrow_down:

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 2f9d1d5...cfecedc. Read the comment docs.

AlexMSmithCA commented 6 years ago

Thanks for adding this!

ganemone commented 6 years ago

!merge