From 511c35549abd9632ceb086e599b61a67e6601bb8 Mon Sep 17 00:00:00 2001 From: "Abdel @ StarkWare" Date: Mon, 6 Nov 2023 17:07:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20`snforge`=20to=20`snfor?= =?UTF-8?q?ge=20test`=20command=20in=20readme=20and=20book?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- book/src/getting-started/test.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beecf3b..5f16c72 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ scarb build To test the project, run: ```bash -snforge +snforge test ``` ## 📚 Resources diff --git a/book/src/getting-started/test.md b/book/src/getting-started/test.md index e8c5363..4f0f67d 100644 --- a/book/src/getting-started/test.md +++ b/book/src/getting-started/test.md @@ -3,7 +3,7 @@ Open a terminal and run the following command: ```shell -snforge +snforge test ``` This will execute the tests in `tests` directory and print the results.