UNPKG

cypress-xray-plugin

Version:

A Cypress plugin for uploading test results to Xray (test management for Jira)

8 lines (7 loc) 227 B
/** * Normalizes a filename by replacing invalid character sequences with `_`. * * @param filename - any filename * @returns the normalized filename */ export declare function normalizedFilename(filename: string): string;