UNPKG

cypress-ct-custom-devserver

Version:

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

3 lines (2 loc) 167 B
export declare const createUrl: (filePath: string) => string; export declare const createLoadTestUtils: (publicRoute: any, log: any) => CustomDevServer.LoadTestUtils;