feat: colorPalette constant for command titles #3
Annotations
4 errors
src/commands/user/index.test.ts > userCommand > should show the user information:
src/commands/user/index.ts#L15
TypeError: konsola.title is not a function
❯ Command.<anonymous> src/commands/user/index.ts:15:13
❯ Command.listener [as _actionHandler] node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:542:17
❯ node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1502:14
❯ Command._chainOrCall node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1386:12
❯ Command._parseCommand node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1501:27
❯ Command.parseAsync node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1092:16
❯ src/commands/user/index.test.ts:71:23
|
src/commands/user/index.test.ts > userCommand > should show an error if the user is not logged in:
src/commands/user/index.ts#L15
TypeError: konsola.title is not a function
❯ Command.<anonymous> src/commands/user/index.ts:15:13
❯ Command.listener [as _actionHandler] node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:542:17
❯ node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1502:14
❯ Command._chainOrCall node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1386:12
❯ Command._parseCommand node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1501:27
❯ Command.parseAsync node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1092:16
❯ src/commands/user/index.test.ts:83:23
|
src/commands/user/index.test.ts > userCommand > should show an error if the user information cannot be fetched:
src/commands/user/index.ts#L15
TypeError: konsola.title is not a function
❯ Command.<anonymous> src/commands/user/index.ts:15:13
❯ Command.listener [as _actionHandler] node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:542:17
❯ node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1502:14
❯ Command._chainOrCall node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1386:12
❯ Command._parseCommand node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1501:27
❯ Command.parseAsync node_modules/.pnpm/commander@12.1.0/node_modules/commander/lib/command.js:1092:16
❯ src/commands/user/index.test.ts:100:23
|
Test (20)
Process completed with exit code 1.
|