mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-04 21:49:50 -06:00
6 lines
76 B
TypeScript
6 lines
76 B
TypeScript
declare const example: {
|
|
getPathToE2E(): string
|
|
}
|
|
|
|
export default example
|