Revert changes to defaultCharacter.ts and .gitignore #19
Annotations
3 errors and 11 warnings
src/tests/defaultCharacters.test.ts > defaultCharacter > should have the correct name:
packages/core/src/tests/defaultCharacters.test.ts#L6
AssertionError: expected 'DinosaursFever' to be 'Eliza' // Object.is equality
Expected: "Eliza"
Received: "DinosaursFever"
❯ src/tests/defaultCharacters.test.ts:6:39
|
src/tests/defaultCharacters.test.ts > defaultCharacter > should have an empty clients array:
packages/core/src/tests/defaultCharacters.test.ts#L14
AssertionError: expected [ 'direct', 'twitter', 'discord' ] to deeply equal []
- Expected
+ Received
- Array []
+ Array [
+ "direct",
+ "twitter",
+ "discord",
+ ]
❯ src/tests/defaultCharacters.test.ts:14:42
|
check
Process completed with exit code 1.
|
check
The process '/usr/bin/git' failed with exit code 128
|
check:
packages/client-direct/src/api.ts#L56
Unexpected any. Specify a different type
|
check:
packages/client-direct/src/index.ts#L58
Unexpected any. Specify a different type
|
check:
packages/client-direct/src/index.ts#L59
Unexpected any. Specify a different type
|
check:
packages/client-direct/src/index.ts#L64
Unexpected any. Specify a different type
|
check:
packages/client-direct/src/index.ts#L433
Unexpected any. Specify a different type
|
check:
packages/create-eliza-app/src/index.ts#L55
Unexpected any. Specify a different type
|
check:
packages/client-discord/src/actions/chat_with_attachments.ts#L136
Unexpected any. Specify a different type
|
check:
packages/client-discord/src/actions/download_media.ts#L88
Unexpected any. Specify a different type
|
check:
packages/client-discord/src/actions/summarize_conversation.ts#L196
Unexpected any. Specify a different type
|
check:
packages/client-discord/src/actions/transcribe_media.ts#L110
Unexpected any. Specify a different type
|