From 114eaa6d837222301fe51552b6b8b558258f8d11 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 31 Dec 2021 14:24:52 +0100 Subject: docs: Document test runner commands --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6f3a4c1..7fff645 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,18 @@ To start a development instance of Sophie, which will reload on source changes, yarn watch ``` +To run all the tests, run + +```sh +yarn test +``` + +or to automatically rerun tests for changed source files, run + +```sh +yarn watch:test +``` + To build the application in release mode, run ``` sh -- cgit v1.2.3-54-g00ecf