Files
angular-docs-cn/aio/content/examples/component-interaction/example-config.json
T
2019-03-12 10:46:03 -07:00

12 lines
147 B
JSON

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