Closed kobim closed 6 years ago
Tests were completing successfully although 1 case were failing because eventually assertions should be returned in the test case:
eventually
(committing the fix to the test first, to make sure the fix works and tests fail.)
As for the fix itself, the Card object states the type is required, hence my change added it as a required field.
type
Does this need to be rebased against https://github.com/alexa-js/alexa-app/pull/316?
Synced with master.
Merged, thank you.
Tests were completing successfully although 1 case were failing because
eventually
assertions should be returned in the test case:(committing the fix to the test first, to make sure the fix works and tests fail.)
As for the fix itself, the Card object states the
type
is required, hence my change added it as a required field.