From 8eefec361c1bfe5acc4a604a27a1fdc6d4d7a746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Ag=C3=BCero?= <54730752+EmmanuelAR@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:40:34 -0600 Subject: [PATCH] add test command --- contracts/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contracts/README.md b/contracts/README.md index 16c955e..23de3c6 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -38,6 +38,10 @@ To run the unit tests for the contracts, run the following command: + ```bash + scarb test + ``` + or ```bash snforge test ```