We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bf892 commit 7c0667dCopy full SHA for 7c0667d
aio/content/guide/testing.md
@@ -218,8 +218,8 @@ exports.config = config;
218
Now you can run the following commands to use the `--no-sandbox` flag:
219
220
<code-example language="sh" class="code-shell">
221
- ng test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
222
- 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
223
</code-example>
224
225
<div class="alert is-helpful">
0 commit comments