Skip to content

Commit 061de01

Browse files
committed
Update index.md
1 parent 48a71ed commit 061de01

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

index.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,6 @@ Make sure your environment variables and database are properly configured before
164164
### Testing
165165
This project uses [Playwright](https://playwright.dev/) for end-to-end and authentication testing. Tests are located in the `tests/` directory and cover user flows, authentication, and admin features.
166166

167-
```
168-
$ npm run dev
169-
```
170-
or if you have built previously
171-
```
172-
$ npm start
173-
```
174-
175167
To run all tests:
176168

177169
```
@@ -191,7 +183,7 @@ $ npx playwright test --headed
191183
```
192184

193185
For more information, see the [Playwright documentation](https://playwright.dev/).
194-
```
186+
195187

196188
## Walkthrough
197189

0 commit comments

Comments
 (0)