Files
angular-docs-cn/aio/content/examples/component-interaction/example-config.json
T

12 lines
147 B
JSON
Raw Normal View History

{
"e2e": [
{
"cmd": "yarn",
"args": [
"e2e",
"--no-webdriver-update",
"--port={PORT}"
]
}
]
}