You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use vitest and test WebSocket browser client (#71)
* Use docker compose for test environment
* Convert tests to vitest
* Add init object option to AMQPWebSocketClient constructor
* Add browser based testing using vitest
* Add test for browser in ci.yml
* Bump minimum required version of TypeScript and ts-node
- For code before super() - TypeScript #29374
* Extract AMQP client creation function
Makes most of the tests common between Node.js and WebSockets and easier to compare.
0 commit comments