docs: run component-interaction and DI in JiT mode (#28592)

PR Close #28592
This commit is contained in:
Brandon 2019-02-07 17:38:06 +00:00 committed by Miško Hevery
parent 0a95f8af9f
commit 5f2ae784da
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"e2e": [
{
"cmd": "yarn",
"args": [
"e2e",
"--no-webdriver-update"
]
}
]
}

View File

@ -0,0 +1,11 @@
{
"e2e": [
{
"cmd": "yarn",
"args": [
"e2e",
"--no-webdriver-update"
]
}
]
}