UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

6 lines (5 loc) 178 B
import UmbracoFileExists from './umbracoFileExists'; export default class UmbracoScriptExists extends UmbracoFileExists { _commandName: string; _endPoint: string; }