readme rename HavenoDaemon.test.tsx to HavenoDaemon.test.ts

This commit is contained in:
Tcobli 2021-11-23 00:17:57 -05:00
parent db509778a8
commit 95a3934dae

View File

@ -23,7 +23,7 @@ This application is a lightly modified [create-react-app](https://github.com/fac
## Run Tests
Running the [top-level API tests](./src/HavenoDaemon.test.tsx) is a great way to develop and test Haveno end-to-end.
Running the [top-level API tests](./src/HavenoDaemon.test.ts) is a great way to develop and test Haveno end-to-end.
[`HavenoDaemon`](./src/HavenoDaemon.ts) provides the interface to the Haveno daemon's gRPC API.