@unito/integration-debugger
Version:
The Unito Integration Debugger
10 lines (9 loc) • 322 B
TypeScript
import * as CrawlerDriver from '../crawlerDriver';
/**
* Check: Delete Item that we previously created
*
* For example, if we executed a CreateItem step successfully, we might want to run a Delete - CreatedItem step to
* cleanup the test account
*/
declare const check: CrawlerDriver.StepCheck;
export default check;