eventual icon indicating copy to clipboard operation
eventual copied to clipboard

Unit Testing: Mock workflows

Open thantos opened this issue 3 years ago • 0 comments

const workflowMock = env.mockWorkflow(myWorkflow);

// and the once counterparts
workflowMock.complete();
workflowMock.fail();
workflowMock.timeout();
workflowMock.invoke(() => {});
workflowMock.defer();

thantos avatar Dec 27 '22 22:12 thantos