fix(doc) - Update doc for deflake command (#10829)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
shishu314
2025-10-09 15:06:35 -04:00
committed by GitHub
parent cd354aebed
commit bd6bba8d07

View File

@@ -50,7 +50,7 @@ Before adding a **new** integration test, you should test it at least 5 times
with the deflake script to make sure that it is not flaky.
```bash
npm run deflake -- --runs=5 --command="npm run test:e2e -- --test-name-pattern '<your-new-test-name>'"
npm run deflake -- --runs=5 --command="npm run test:e2e -- -- --test-name-pattern '<your-new-test-name>'"
```
### Running all tests