docs: verbeterde versie unit tests

This commit is contained in:
Laure Jablonski 2025-03-10 15:36:43 +01:00
parent b23c8f718f
commit 4aa2dfc7d3
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ Voor meer informatie over de keuze van deze tech-stack, zie [designkeuzes](https
## Testen
Voer volgende commando's uit om de <frontend/backend> te testen:
```
npm run test
npm run test:unit
```
## Bijdragen aan Dwengo-1

View file

@ -22,7 +22,7 @@ npm run start
```
### Tests
Voer volgend commando uit om de unit tests uit te voeren:
```
npm run test
npm run test:unit
```