ksysoev / wasabi

Toolkit for Creating WebSocket API Gateways
MIT License
5 stars 2 forks source link

Add integration test for library #66

Closed KianYang-Lee closed 3 months ago

KianYang-Lee commented 3 months ago

An integration test to test various components of the library is written. This test specifically tests for echo function of server using text.

Partially Closes #55