UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

7 lines (6 loc) 185 B
import CommandBase from './commandBase'; export default class UmbracoFileExists extends CommandBase { _commandName: string; _endPoint: any; method(name: any): void; }