Skip to content

Commit

Permalink
Merge pull request #8 from sophiabrandt/fix-readme
Browse files Browse the repository at this point in the history
docs: fix test commands
  • Loading branch information
sophiabrandt authored Jun 26, 2024
2 parents 8d6759e + 293183a commit 2fa61a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
```

0 comments on commit 2fa61a6

Please sign in to comment.