From a47d5d876702598326c156a37ae8d84103be2247 Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:18:24 -0500 Subject: [PATCH] docs: update test command example to include directory path (#250) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfac4134..bed06617 100644 --- a/README.md +++ b/README.md @@ -184,9 +184,9 @@ shortest(` ### Running tests ```bash -pnpm shortest # Run all tests -pnpm shortest login.test.ts # Run specific test -pnpm shortest --headless # Run in headless mode using cli +pnpm shortest # Run all tests +pnpm shortest __tests__/login.test.ts # Run specific test +pnpm shortest --headless # Run in headless mode using cli ``` You can find example tests in the [`examples`](./examples) directory.