UNPKG

be-framework

Version:

BE is a framework for supercharging your BotEngine bots

9 lines (6 loc) 214 B
const handler = jest.fn().mockReturnValue('works'); beforeEach(jest.resetAllMocks); describe('botengine', () => { test('action picks result.interaction.action'); test('name picks result.interaction.name'); });