fix(backfill): nest-build spec typing (unblocks #133 deploy) #134
Reference in New Issue
Block a user
Delete Branch "fix/backfill-lifo-fast-lane"
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?
Follow-up to #133. The prod
nest buildcompiles spec files; the untyped queue mock mademock.calls[i]a 0-length tuple → build failed. Types the mock args as unknown[]. Tests 7/7,pnpm buildgreen. No behaviour change.