e2ed
Version:
E2E testing framework over Playwright
13 lines (12 loc) • 330 B
TypeScript
/**
* Regexp that accept any url.
*/
export declare const ANY_URL_REGEXP: RegExp;
/**
* Regexp that matches all slashes at the end of a line.
*/
export declare const SLASHES_AT_THE_END_REGEXP: RegExp;
/**
* Regexp that matches all slashes at the start of a line.
*/
export declare const SLASHES_AT_THE_START_REGEXP: RegExp;