feat: [CHA-2354] Add ParsedPredefinedFilterResponse type #2150
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
test/unit/predefined_filters.test.ts > Predefined Filters > queryChannels with predefined filter > should include parsed predefined_filter in the response:
test/unit/predefined_filters.test.ts#L454
AssertionError: expected [ Channel{ …(20) } ] to have property "predefined_filter"
❯ test/unit/predefined_filters.test.ts:454:24
|
|
test/unit/client.test.js > Client WSFallback > should ignore fallback if flag is false:
test/unit/client.test.js#L652
AssertionError: expected [Function] to throw error matching /"initial WS connection could not be e…/ but got '{"message":"WS failed with code undef…'
- Expected:
/"initial WS connection could not be established","isWSFailure":true/
+ Received:
"{\"message\":\"WS failed with code undefined and reason - Unexpected server response: 301\",\"isWSFailure\":true}"
❯ test/unit/client.test.js:652:3
|