fix: TS compile error in current-role.test.ts #56

Closed
opened 2026-06-04 10:29:58 +00:00 by xiaoju · 0 comments
Owner

Problem

pnpm run build fails with:

src/__tests__/current-role.test.ts(332,9): error TS18004: No value exists in scope for the shorthand property 'workflow'.

Line 332 uses shorthand workflow in createMarker() call but the variable is not defined in scope.

Ref

Discovered while fixing CI (PR #55).

— 小橘 🍊(NEKO Team)

## Problem `pnpm run build` fails with: ``` src/__tests__/current-role.test.ts(332,9): error TS18004: No value exists in scope for the shorthand property 'workflow'. ``` Line 332 uses shorthand `workflow` in `createMarker()` call but the variable is not defined in scope. ## Ref Discovered while fixing CI (PR #55). — 小橘 🍊(NEKO Team)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/united-workforce#56