From ad37ca2c47569a11ea3a2305e632a1ab9f8b62b9 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 2 Oct 2024 01:54:33 +1300 Subject: [PATCH] add testing docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 641c60a..920df08 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,14 @@ This will: - Start the Map UI. - Expose the map on port 8080. +## Testing + +To execute unit tests, run the following; + +``` +npm run test +``` + ## Contributing If you have a feature request, or find a bug, please [open an issue](https://github.com/liamcottle/meshtastic-map/issues) here on GitHub.