aws-solutions / serverless-bot-framework

A solution which enables a multilingual conversational platform, facilitating the creation of applications using voice and text
https://aws.amazon.com/answers/machine-learning/serverless-bot-framework/
Other
43 stars 26 forks source link

Added jest modeleFileExtensions for js as outlined in CDK testing con… (https://github.com/awslabs/serverless-bot-framework/issues/22) #23

Closed kevinschwarz closed 3 years ago

kevinschwarz commented 3 years ago

package.json update to address test failures resolves this issue I opened: https://github.com/awslabs/serverless-bot-framework/issues/22

mohsenari commented 3 years ago

@kevinschwarz Thanks for proposing this fix and for your contribution. This issue is fixed in this commit. We won't be merging this PR.

aassadza commented 3 years ago

Issue is addressed by including the missing jest.config.js file as per this commit.