Skip to content

Commit

Permalink
docs: update test command example to include directory path (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] authored Jan 3, 2025
1 parent 007ecf8 commit a47d5d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a47d5d8

Please sign in to comment.