From f321b1e50bb360f5b45aeab6b30f21ae58d04d54 Mon Sep 17 00:00:00 2001 From: joan-bisbal Date: Mon, 27 Jul 2026 18:52:14 +0200 Subject: [PATCH] docs: add contract unit testing reference guide --- docs/contract_testing_guide.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/contract_testing_guide.md diff --git a/docs/contract_testing_guide.md b/docs/contract_testing_guide.md new file mode 100644 index 0000000..3a80e7c --- /dev/null +++ b/docs/contract_testing_guide.md @@ -0,0 +1,3 @@ +# Contract Unit Testing Guide + +Comprehensive guide on writing and running contract unit tests for Vatix protocol.