angular-cn/aio/content/examples/dependency-injection/example-config.json

11 lines
122 B
JSON
Raw Normal View History

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