beforeEach failed test when try unit test

unit-testing
amazon-alexa

#1

Hi
I have var is not definied, when i use beForeach for start conversation, in unit test.
how is possible to fix this ?


#2

Hi
i change to

 let conversation;
  beforeEach(() => {
    conversation = testSuite.conversation({
      runtime: "app"
    });
  });

and it resolve my issue


#3

Thanks for the update! Closing this now :slight_smile:


closed #4