Daniel Tillner
Daniel Tillner
### What is the change? Extend jest tests. ### Why make this change? To improve test harness. ### Test plan
With version 3.0.30 installation with npm fails with error "yarn not found". Probably this is because of this line in `package.json` ```json "preinstall": "yarn dlx only-allow yarn", ``` Reintroduced problem...
I'm using supertest to test HTTP requests and would like to use superwstest for WebSocket testing. My HTTP request tests with supertest work as expected. Here's a simplified version of...