From 3978bcc86a8b9747aeedb9245c0bcc9dbdbb2977 Mon Sep 17 00:00:00 2001 From: xpyctumo <30053565+xpyctumo@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:33:23 +0300 Subject: [PATCH] docs(e2e): update test command examples in readme --- server/src/e2e/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/e2e/README.md b/server/src/e2e/README.md index c8764fa1..6855b70e 100644 --- a/server/src/e2e/README.md +++ b/server/src/e2e/README.md @@ -46,10 +46,10 @@ When working on a specific feature: ```bash # Work on completion for structs -yarn test:e2e:completion:structs +yarn test:e2e --suite completion --file structs.test # Work on type inference basics -yarn test:e2e:types:basic +yarn test:e2e --suite types --file basic.test # Test all completion features yarn test:e2e:completion