mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-19 13:39:56 -06:00
10 lines
264 B
TypeScript
10 lines
264 B
TypeScript
declare const example: {
|
|
getPathToExamples(): Promise<string[]>;
|
|
getPathToIntegration(): string;
|
|
getPathToPlugins(): string;
|
|
getPathToSupportFiles(): Promise<string[]>;
|
|
getPathToTsConfig(): string;
|
|
getPathToFixture(): string;
|
|
}
|
|
|
|
export default example; |