mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-20 23:28:42 -05:00
b50714108d
Co-authored-by: Bill Glesias <bglesias@gmail.com>
6 lines
76 B
TypeScript
6 lines
76 B
TypeScript
declare const example: {
|
|
getPathToE2E(): string
|
|
}
|
|
|
|
export default example
|