Add unit tests for test factories (packages/db/src/factories.ts) #94
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?
Follow-up from QA review on PR #92.
packages/db/src/factories.tswas introduced without test coverage.Needed tests:
resetFactoryCounters()actually resets all countersbuildAppointmentare enforced at compile timeLow priority — factories work correctly but should have coverage before broader use.
cc @cpfarhood