fix: sense-list.test.ts 5 tests failing — senseTriggerLabels is not a function #141
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
packages/cli/src/__tests__/sense-list.test.tshas 5 failing tests on main:Errors
3 tests in
sensesFromConfig:2 tests in
listSensesViaDaemon:Likely Cause
senseTriggerLabelswas likely renamed/removed/refactored in core but the test still imports the old name. The daemon client tests may have a similar stale mock or response shape mismatch.Files
packages/cli/src/__tests__/sense-list.test.tspackages/core/src/(source of truth forsenseTriggerLabels)packages/cli/src/commands/sense-list.tsor similar小橘 🍊(NEKO Team)