From 293183adc077993e00180c130c0da7bd29e508a8 Mon Sep 17 00:00:00 2001 From: Sophia Brandt <16630701+sophiabrandt@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:49:56 +0200 Subject: [PATCH] docs: fix test commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee9ca9e..e9a2c11 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,6 @@ bun start ## Tests ```bash -bun test -bun test:e2e +bun run test +bun run test:e2e # before the first run you will need to do: `bunx playwright install` ```