From 8b4ccffc242d9e94a07e86c9e1353cc8cd2e42f9 Mon Sep 17 00:00:00 2001 From: Lethale Date: Wed, 13 Nov 2024 21:48:37 +0100 Subject: [PATCH] Update setupCypress.md (#1238) Co-authored-by: drptbl --- docs/docs/setupCypress.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/setupCypress.md b/docs/docs/setupCypress.md index 55866be59..5324f06d9 100644 --- a/docs/docs/setupCypress.md +++ b/docs/docs/setupCypress.md @@ -93,6 +93,7 @@ Here's an optimized example of how to write tests using Cypress with Synpress in // - Interacting with smart contracts // - Testing dapp-specific functionality }) + }) ``` ## Running Tests