README: typo fix

merge-requests/8/merge
Michał 'rysiek' Woźniak 2021-11-20 18:50:42 +00:00
rodzic 139b1fe8f0
commit 6112e5ce01
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -134,7 +134,7 @@ In both cases you will end up with a very basic webserver running locally on por
Tests are written in [Jest](https://jestjs.io/). You can run them using this command in the project directory:
```bash
npx jest ./__tests__/'
npx jest ./__tests__/
```
If you don't have NodeJS on your machine, you can run them by using Docker (also in the project directory):