From bd6bba8d07cf8cc3627516305895fe9bd1f9e95f Mon Sep 17 00:00:00 2001 From: shishu314 Date: Thu, 9 Oct 2025 15:06:35 -0400 Subject: [PATCH] fix(doc) - Update doc for deflake command (#10829) Co-authored-by: gemini-cli-robot --- docs/integration-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration-tests.md b/docs/integration-tests.md index f399c4fba8..7ea8b28b3d 100644 --- a/docs/integration-tests.md +++ b/docs/integration-tests.md @@ -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 ''" +npm run deflake -- --runs=5 --command="npm run test:e2e -- -- --test-name-pattern ''" ``` ### Running all tests