refactor: combine react and core packages into one #1906
dev.yml
on: pull_request
audit
29s
format-check
26s
lint
41s
test-typescript
28s
build
30s
demo-app
1m 3s
Matrix: test
Annotations
12 errors and 7 warnings
test/core/chat.integration.test.ts > Chat > should work using basic auth:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/chat.integration.test.ts:52:24
|
test/core/chat.integration.test.ts > Chat > should work using msgpack:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/chat.integration.test.ts:72:24
|
test/core/messages.integration.test.ts > messages integration > sets the agent version on the channel:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/messages.integration.test.ts:44:24
|
test/core/messages.integration.test.ts > messages integration > should be able to send and receive chat messages:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/messages.integration.test.ts:53:24
|
test/core/messages.integration.test.ts > messages integration > should be able to delete and receive deletion messages:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/messages.integration.test.ts:88:24
|
test/core/messages.integration.test.ts > messages integration > should be able to update and receive update messages:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/messages.integration.test.ts:160:24
|
test/core/messages.integration.test.ts > messages integration > should be able to retrieve chat history:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/messages.integration.test.ts:225:24
|
test/core/messages.integration.test.ts > messages integration > should be able to retrieve chat deletion in history:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/messages.integration.test.ts:261:24
|
test/core/messages.integration.test.ts > messages integration > should be able to retrieve updated chat message in history:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/messages.integration.test.ts:298:24
|
test/core/messages.integration.test.ts > messages integration > should be able to paginate chat history:
src/core/room.ts#L202
TypeError: features.toReversed is not a function
❯ new DefaultRoom src/core/room.ts:202:81
❯ DefaultRooms._makeRoom src/core/rooms.ts:257:12
❯ DefaultRooms.get src/core/rooms.ts:128:25
❯ Module.getRandomRoom test/helper/room.ts:31:14
❯ test/core/messages.integration.test.ts:339:24
|
test (20)
The job was canceled because "_18" failed.
|
test (20)
The operation was canceled.
|
format-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-typescript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
audit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
demo-app
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|