bleskomat / ln-developer-environment-workshop

MIT License
1 stars 1 forks source link

Create automated tests #4

Closed karliatto closed 5 months ago

karliatto commented 5 months ago

Create tests that run test that server works properly

chill117 commented 5 months ago

Done! Mocha is the automated test runner and helper functions are defined to interact with scaling-lightning via its CLI and nodejs http.request is used to make requests to the LSPServer JSON-RPC over HTTP API. See the test directory.