Prompts #45
Annotations
6 errors
Run npm test:
tests/unit/cli.test.ts#L21
AssertionError: expected undefined to be '' // Object.is equality
- Expected:
""
+ Received:
undefined
❯ tests/unit/cli.test.ts:21:28
|
Run npm test:
tests/unit/encoding-custom.test.ts#L37
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/unit/encoding-custom.test.ts:37:68
|
Run npm test:
src/prompts.ts#L53
Error: No image formats found in the source directory, aborting
❯ Module.getPromptOptions src/prompts.ts:53:11
❯ tests/unit/parseOptions.test.ts:32:20
|
Run npm test:
src/prompts.ts#L53
Error: No image formats found in the source directory, aborting
❯ Module.getPromptOptions src/prompts.ts:53:11
❯ tests/unit/parseOptions.test.ts:46:20
|
Run npm test:
src/prompts.ts#L53
Error: No image formats found in the source directory, aborting
❯ Module.getPromptOptions src/prompts.ts:53:11
❯ tests/unit/parseOptions.test.ts:62:26
|
Run npm test
Process completed with exit code 1.
|
Loading