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