bespoken / virtual-alexa

:robot: Easily test and debug Alexa skills programmatically
https://bespoken.io
Apache License 2.0
112 stars 35 forks source link

Custom function support #22

Closed jkelvie closed 6 years ago

jkelvie commented 6 years ago

Ability to pass a function to VirtualAlexa, instead of just a file/handler name

codecov[bot] commented 6 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #22     +/-   ##
=========================================
+ Coverage    84.8%   84.91%   +0.1%     
=========================================
  Files          19       19             
  Lines         849      855      +6     
  Branches      104      105      +1     
=========================================
+ Hits          720      726      +6     
  Misses        129      129
Impacted Files Coverage Δ
src/VirtualAlexa.ts 94.93% <100%> (ø) :arrow_up:
src/LocalSkillInteractor.ts 100% <100%> (ø) :arrow_up:
src/ModuleInvoker.ts 77.27% <100%> (+1.08%) :arrow_up:

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 bce1e1b...5d94c62. Read the comment docs.