drashland / wocket

A WebSocket library for Deno
MIT License
104 stars 4 forks source link

chore: Refactor wss tests #89

Closed ebebbington closed 3 years ago

ebebbington commented 3 years ago

Description

ebebbington commented 3 years ago

TODO All we need to do is create the ws server (can copy code from the test and then comment out the whole rhum code, then run with deno run), and check it works with tls. Then uncomment the tests, make the changes needed and everything should work

ebebbington commented 3 years ago

Ok so this PR is ready for review, but it doesn't actually fix anything. It improves the test code a lot, and i am sick of not being to able to fix it :P So really, this PR is just an improvement. to the test code so when we do come back to it, it's easier to work with

Again, this fixes nothing, and changes nothing in the source code or the ci

ebebbington commented 3 years ago

In reference to #88