From 878d9612b4370b80ff3e79ef0fddb601bd471372 Mon Sep 17 00:00:00 2001 From: Omer Bektas Date: Fri, 14 Aug 2026 15:29:27 +0300 Subject: [PATCH] docs: fix devtools link and test command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee6d49eb..fbe6fb0c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ echo BASE_URL=https://[base-url.com] > .env ## Devtools -Dev tools to confirm SNS subscription / receive notifications can be found (here)[https://github.com/circlefin/payments-sample-app/tree/master/devtools] +Dev tools to confirm SNS subscription / receive notifications can be found [here](https://github.com/circlefin/payments-sample-app/tree/master/devtools). ## Nuxt @@ -56,12 +56,12 @@ This sample app was written with Nuxt. For a more detailed explanation of how Nu ## Tests -The sample app uses jest for testing. You can find the tests in the `test` folder. +The sample app uses jest for testing. You can find tests next to the code under test. To run the tests: ```bash -$ yarn test +$ yarn testall ``` To watch the tests: