UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

6 lines (5 loc) 185 B
import CommandBase from './commandBase'; export default class UmbracoApiRequest extends CommandBase { commandName: string; method(url: any, method: any, body: any): any; }