Skip to content

Commit

Permalink
docs: added a separate subsection for Testing with instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed May 10, 2024
1 parent 14050a5 commit 2835527
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ demo-agd-1 | 2023-12-27T04:08:08.407Z block-manager: block 1005 commit

To follow more detailed tutorial, go [here](https://docs.agoric.com/guides/getting-started/tutorial-dapp-agoric-basics.html).

## Testing

To perform unit tests:
-run the command `yarn test` in the root directory.
To perform end to end test
-run the command `yarn test:e2e` in the root directory.

## Contributing: Development, Testing

The UI is a React app started with the [vite](https://vitejs.dev/) `react-ts` template.
Expand Down

0 comments on commit 2835527

Please sign in to comment.