tolbertam / mocha-appveyor-reporter

Mocha reporter for AppVeyor CI Integration
Other
13 stars 5 forks source link

Possible fix for test results not being reported sometimes #4

Closed gerich-home closed 8 years ago

gerich-home commented 8 years ago

Tests were not reported because the http request was not awaited. Added deasync dependency.

Example of the issue: https://ci.appveyor.com/project/gerich-home/it-depends/build/1.0.114

nathanboktae commented 8 years ago

Thanks for the PR, but as you saw #5 had this fix and some more.