It appears that NodeClient and WalletClient are designed to communicate with servers, since they're subclasses of bcurl'sClient.
To test these two modules, should we require bcoin as a dependency and launch its server during testing or should we create a dummy/ephemeral server to use during testing?
It appears that
NodeClient
andWalletClient
are designed to communicate with servers, since they're subclasses of bcurl'sClient
.To test these two modules, should we require bcoin as a dependency and launch its server during testing or should we create a dummy/ephemeral server to use during testing?