-
Notifications
You must be signed in to change notification settings - Fork 18
Running Unit Tests
Joe Schmitt edited this page Jun 28, 2017
·
1 revision
To run the unit test suite, simply check out the project, run npm install
at the project root to get all the dependencies installed, and then run npm test
. The script should output any failed tests, as well as a code coverage report. All Pull Requests will require passing unit tests, and any bug fixes or feature additions will require new tests to cover that bug or feature, as well as increased test coverage.
Getting Started Resources
Libby Configuration
Configuring AWS Lambda
Deploying The Project to Lambda
Configuring the AWS Alexa Skill
Local Development