Fix : channels and rooms subcommands : list and occupancy #1059
Annotations
3 errors and 7 warnings
|
test
Process completed with exit code 1.
|
|
test/unit/commands/rooms/list.test.ts > rooms:list command > should output JSON with items array:
test/unit/commands/rooms/list.test.ts#L134
AssertionError: expected 'room1' to deeply equal { roomName: 'room1' }
- Expected:
{
"roomName": "room1",
}
+ Received:
"room1"
❯ test/unit/commands/rooms/list.test.ts:134:27
|
|
test/unit/commands/channels/list.test.ts > channels:list command > JSON output > should output JSON when requested:
test/unit/commands/channels/list.test.ts#L111
AssertionError: expected 'test-channel-1' to deeply equal { channelId: 'test-channel-1' }
- Expected:
{
"channelId": "test-channel-1",
}
+ Received:
"test-channel-1"
❯ test/unit/commands/channels/list.test.ts:111:38
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test:
packages/react-web-cli/src/AblyCliTerminal.test.tsx#L1655
Disabled test - if you want to skip a test temporarily, use .todo() instead
|
|
test:
packages/react-web-cli/src/AblyCliTerminal.test.tsx#L1617
Disabled test - if you want to skip a test temporarily, use .todo() instead
|
|
test:
packages/react-web-cli/src/AblyCliTerminal.test.tsx#L1214
Disabled test - if you want to skip a test temporarily, use .todo() instead
|
|
test:
packages/react-web-cli/src/AblyCliTerminal.test.tsx#L916
Disabled test - if you want to skip a test temporarily, use .todo() instead
|
|
test:
packages/react-web-cli/src/AblyCliTerminal.test.tsx#L833
Disabled test - if you want to skip a test temporarily, use .todo() instead
|
|
test:
packages/react-web-cli/src/AblyCliTerminal.test.tsx#L777
Disabled test - if you want to skip a test temporarily, use .todo() instead
|