From 9e5576244d60bebb4296298b21d5105c130f5883 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 12 Sep 2025 15:36:23 +0200 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46bbb83f..946c4687 100644 --- a/README.md +++ b/README.md @@ -150,9 +150,9 @@ Note that your local database will be made of synthetic data, not real users. Th Make sure the tests pass: ```bash -yarn test +yarn test tests/jest/ ``` -TODO: fix tests +TODO: make `yarn test` run all the tests, not just the ones in `tests/jest/`. ### Running the Development Server