source: trip-planner-front/node_modules/@schematics/angular/e2e/schema.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 318 bytes
Line 
1/**
2 * Generates a new, generic end-to-end test definition for the given or default project.
3 */
4export interface Schema {
5 /**
6 * The name of the app being tested.
7 */
8 relatedAppName: string;
9 /**
10 * The HTML selector for the root component of the test app.
11 */
12 rootSelector?: string;
13}
Note: See TracBrowser for help on using the repository browser.