mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f48d2769db
Add `<html_content>` static nodes to the component tree for control flow blocks that render only HTML content.
18 lines
466 B
JavaScript
18 lines
466 B
JavaScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.dev/license
|
|
*/
|
|
|
|
module.exports = {
|
|
defaultCommandTimeout: 10000, // Increase the default command timeout to 10 seconds
|
|
viewportHeight: 2160,
|
|
e2e: {
|
|
specPattern: 'integration/*.e2e.js',
|
|
supportFile: 'support/index.js',
|
|
baseUrl: 'http://localhost:4200',
|
|
},
|
|
};
|