From 59260ce1f187037d79f2ada2694ff7af8a6caeeb Mon Sep 17 00:00:00 2001 From: Reed <86171134+not-reed@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:44:34 -0800 Subject: [PATCH] Update getting-started.md invalid syntax on test example --- docs/dapps/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dapps/getting-started.md b/docs/dapps/getting-started.md index cb304216..157cb4cd 100644 --- a/docs/dapps/getting-started.md +++ b/docs/dapps/getting-started.md @@ -186,7 +186,7 @@ describe('unit tests', () => { } }) //See more test in `test/unit/token.test.ts` -)} +}) ``` You can run them with: