From 6112e5ce01ec8e33ec534ef573c92a206269af83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Sat, 20 Nov 2021 18:50:42 +0000 Subject: [PATCH] README: typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ef8e1c..5821973 100644 --- a/README.md +++ b/README.md @@ -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):