You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone [email protected]:hideokamoto/alexa-test-practice.git
$ cd alexa-test-practice/lambda/custom
$ npm i
$ npm test
4 passing (16ms)
1 failing
1) e2e
greet:
TypeError: this.handlers[[satoriResult.match,this.alexa.handler.state].join(...)].call is not a function
at Kuchimane.listen (node_modules/kuchimane/dist/bundle.js:145:83)
at /Users/dc_hideokamoto/develop/node/alexa/unit-test/lambda/custom/node_modules/kuchimane/dist/bundle.js:150:58
at Context.it (tests/e2e/index.test.js:15:7)
I've try to use the library to test my Alexa skill, but I saw some error.
repo: https://github.com/hideokamoto/alexa-test-practice/tree/kuchimane
Reproduce
test code
The text was updated successfully, but these errors were encountered: