Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@ $ 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

This sample app was written with Nuxt. For a more detailed explanation of how Nuxt works, check the [Nuxt.js docs](https://nuxtjs.org).

## 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:
Expand Down