alexa / ask-cli

Alexa Skills Kit Command Line Interface
https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-intro.html
Apache License 2.0
167 stars 54 forks source link

Fix for Integration Tests #461

Closed doiron closed 1 year ago

doiron commented 1 year ago

Issue #, if available:

fixing the Integration tests that were freezing at the end. They did not appear to be calling the mocha after or before functions properly on Ubuntu + NodeJs 16. Updated to mocha 10.x and started to use the --parallel option from the command line instead.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.