Skip to content

Commit ee9e9e2

Browse files
docs: update test command example to include directory path
1 parent 007ecf8 commit ee9e9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ shortest(`
184184
### Running tests
185185

186186
```bash
187-
pnpm shortest # Run all tests
188-
pnpm shortest login.test.ts # Run specific test
189-
pnpm shortest --headless # Run in headless mode using cli
187+
pnpm shortest # Run all tests
188+
pnpm shortest __tests__/login.test.ts # Run specific test
189+
pnpm shortest --headless # Run in headless mode using cli
190190
```
191191

192192
You can find example tests in the [`examples`](./examples) directory.

0 commit comments

Comments
 (0)