We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3111ec3 commit 7a27263Copy full SHA for 7a27263
site/src/utils/OneWayWebSocket.ts
@@ -20,7 +20,10 @@
20
* @todo 2025-02-24 - Add tests for this class. Originally tried to add unit
21
* tests via MSW's WS namespace, but couldn't figure out how to get the tests to
22
* work reliably. This wrapper class is lightweight enough that if something
23
- * breaks, there's probably something wrong with the browser itself.
+ * breaks, there's probably something wrong with the browser itself. Note that
24
+ * if we do bring in MSW's WS namespace with Jest, we will need to switch Jest
25
+ * to use jest-fixed-jsdom
26
+ * {@link https://github.com/mswjs/jest-fixed-jsdom}
27
*/
28
29
// Not bothering with trying to borrow methods from the base WebSocket type
0 commit comments