🔧 update(discord): add checks before sending typing and messages #6
Annotations
10 errors
|
error: expect(received).toBe(expected):
src/cli/tests/purge.test.ts#L100
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/purge.test.ts:100:22)
|
|
error: expect(received).toContain(expected):
src/cli/tests/purge.test.ts#L81
Expected to contain: "purge"
Received: ""
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/purge.test.ts:81:20)
|
|
error: expect(received).toContain(expected):
src/cli/tests/cli-router.test.ts#L133
Expected to contain: "Usage"
Received: ""
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/cli-router.test.ts:133:20)
|
|
error: expect(received).toContain(expected):
src/cli/tests/cli-router.test.ts#L127
Expected to contain: "Unknown command"
Received: ""
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/cli-router.test.ts:127:20)
|
|
error: expect(received).toContain(expected):
src/cli/tests/cli-router.test.ts#L115
Expected to contain: "Tiny Claw"
Received: ""
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/cli-router.test.ts:115:20)
|
|
error: expect(received).toContain(expected):
src/cli/tests/cli-router.test.ts#L108
Expected to contain: "Options"
Received: ""
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/cli-router.test.ts:108:20)
|
|
error: expect(received).toBe(expected):
src/cli/tests/cli-router.test.ts#L95
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/cli-router.test.ts:95:22)
|
|
error: expect(received).toBe(expected):
src/cli/tests/cli-router.test.ts#L88
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/cli-router.test.ts:88:19)
|
|
error: expect(received).toBe(expected):
src/cli/tests/cli-router.test.ts#L78
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/cli-router.test.ts:78:22)
|
|
error: expect(received).toBe(expected):
src/cli/tests/cli-router.test.ts#L57
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/tinyclaw/tinyclaw/src/cli/tests/cli-router.test.ts:57:22)
|