Skip to content

feat: colorPalette constant for command titles #3

feat: colorPalette constant for command titles

feat: colorPalette constant for command titles #3

Triggered via push October 29, 2024 16:32
Status Failure
Total duration 21s
Artifacts

test.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

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.