Files
ipfs-bch-wallet-service/test/unit
2021-08-24 10:26:46 -07:00
..
2021-08-24 10:26:46 -07:00
2021-08-08 08:09:48 -07:00
2021-07-10 09:04:03 -07:00
2021-07-13 08:57:57 -07:00
2021-07-13 08:57:57 -07: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.