UNPKG

cypress-ct-custom-devserver

Version:

A helper to simplify the api for creating a custom dev-server for cypress.

4 lines (3 loc) 209 B
/// <reference types="CustomDevServer" /> export declare const createUrl: (filePath: string) => string; export declare const createLoadTestUtils: (publicRoute: any, log: any) => CustomDevServer.LoadTestUtils;