From 7480483b372acb4044b22aa4bb8d5c46ce20d51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Myrland?= Date: Sat, 2 Oct 2021 00:41:17 +0200 Subject: [PATCH] Adds watch --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56ee05e..bee9f96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,8 @@ Other references ## Testing -Run tests during development with `yarn test` to re-run tests on file changes. +Run tests during development with `yarn test --watch` to re-run tests on file +changes. ### Examples