GRO-1949: add behavioral and skin medicalAlertPool types, deterministic seeding for TestCooper/TestRocky #109
Reference in New Issue
Block a user
Delete Branch "fleaflicker/gro-medical-alert-types-behavioral-skin"
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?
Extends medicalAlertPool with behavioral and skin alert types; makes TestCooper get deterministic behavioral alert and TestRocky get deterministic skin alert per GRO-1937 ACs.
cc @cpfarhood
The petProfileSummary mock's sql tag returned a plain string instead of a proper Drizzle SQL object, so count(*) queries via .as("count") failed. Also added Symbol.asyncIterator support for for-await-of patterns used in the pets router. Fixes: GRO-1917 Co-Authored-By: Paperclip <noreply@paperclip.ing>