mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-consumer.git
synced 2026-09-21 16:52:03 -07:00
9 lines
394 B
Markdown
9 lines
394 B
Markdown
# Unit Tests
|
|
Unit tests are defined as testing the smallest possible unit of a function. They also do not make any live network calls.
|
|
|
|
Unit tests are broken up by directory:
|
|
|
|
- [biz-logic](./biz-logic) tests the business logic libraries.
|
|
- [rest-api](./rest-api) tests the REST API specific handling of the router.
|
|
- json-rpc (coming soon) tests the JSON-RPC routing using ipfs-coord library.
|