bitcore icon indicating copy to clipboard operation
bitcore copied to clipboard

Use TSX with Mocha

Open MicahMaphet opened this issue 3 months ago • 0 comments

Register tsx with mocha on bitcore-node, bitcore-wallet-service, and bitcore-wallet-client.

  • tsx saves time and computation, no tsc build needed before testing
  • tsx loads faster than ts-node
  • easier compatibility with nyc, less cumbersome

MicahMaphet avatar Dec 13 '25 23:12 MicahMaphet