bespoken / virtual-alexa

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

Wait on audio player intents #60

Closed jkelvie closed 6 years ago

jkelvie commented 6 years ago

This change is necessary for testing audio-player skills that have async operations in them.

Events can be thrown out of sequence when this is the case.

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@e060d03). Click here to learn what that means. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #60   +/-   ##
=========================================
  Coverage          ?   94.95%           
=========================================
  Files             ?       27           
  Lines             ?     1208           
  Branches          ?      164           
=========================================
  Hits              ?     1147           
  Misses            ?       61           
  Partials          ?        0
Impacted Files Coverage Δ
src/impl/SkillInteractor.ts 98.76% <100%> (ø)
src/audioPlayer/AudioPlayer.ts 79.38% <80%> (ø)

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 e060d03...54ab9bb. Read the comment docs.