docs: delete double dashes on ng command in testing guide (#30551)
Closes #30550 PR Close #30551
This commit is contained in:
parent
f6bf8928f2
commit
7c0667d215
|
@ -218,8 +218,8 @@ exports.config = config;
|
|||
Now you can run the following commands to use the `--no-sandbox` flag:
|
||||
|
||||
<code-example language="sh" class="code-shell">
|
||||
ng test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
|
||||
ng e2e -- --protractor-config=e2e/protractor-ci.conf.js
|
||||
ng test --no-watch --no-progress --browsers=ChromeHeadlessCI
|
||||
ng e2e --protractor-config=e2e/protractor-ci.conf.js
|
||||
</code-example>
|
||||
|
||||
<div class="alert is-helpful">
|
||||
|
|
Loading…
Reference in New Issue