Files
ipfs-bch-wallet-consumer/test/unit
2026-02-16 08:43:01 -07:00
..
2026-02-16 08:43:01 -07:00
2025-09-24 17:22:05 -04:00
2022-09-08 08:58:39 -07:00
2026-02-03 15:32:50 -07:00
2026-02-03 15:32:50 -07:00
2025-09-24 17:22:05 -04:00
2021-11-23 08:38:01 -08:00

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 tests the business logic libraries.
  • rest-api tests the REST API specific handling of the router.
  • json-rpc (coming soon) tests the JSON-RPC routing using ipfs-coord library.