From 61d645af8991afca65f341d62add3ca18266058e Mon Sep 17 00:00:00 2001 From: Andrew Ho <87453706+anmho@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:53:07 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd26fad4..423f5594 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,6 @@ A summary of the libraries we use are listed below. As you make changes to the Expo application, those changes will be automatically reflected on the local website as well as the mobile app. 6. To add a new package run `turbo gen workspace` and follow the prompts - + +## Testing +Run `turbo test` at the root of the project.