fix descriptions and ids #2801
Annotations
2 errors
Unhandled error:
src/services/Server/WebSocketClient.js#L113
ReferenceError: WebSocket is not defined
❯ WebSocketClient.open src/services/Server/WebSocketClient.js:113:26
❯ Timeout._onTimeout src/services/Server/WebSocketClient.js:97:55
❯ listOnTimeout node:internal/timers:569:17
❯ processTimers node:internal/timers:512:7
This error originated in "src/App.test.jsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|
build (18)
Process completed with exit code 1.
|