Server/project/tests
Refringe 85a227e7d5
Updates 🚀
- Created profileInsurance test fixture.
- Created ProfileInsurance test factory class.
- Improved many of the InsuranceController method tests by utilizing the factory and fixture. Still some left to do here.
- Adds the `date-fns` package as a development dependancy for easy date manipulation.
- Cleaned up some comments.

Bug Fixes 🐞
- Resolved an issue where `ItemHelper.getAttachmentMainParent()` was not returning null when it should have.
- Resolved an issue where `InsuranceController.populateParentAttachmentsMap()` would continue to process when the parent could not be found.
2023-11-02 01:47:28 -04:00
..
__factories__ Updates 🚀 2023-11-02 01:47:28 -04:00
__fixture__ Updates 🚀 2023-11-02 01:47:28 -04:00
controllers Updates 🚀 2023-11-02 01:47:28 -04:00
helpers Mocks some logger methods to prevent actual execution. 2023-10-30 11:46:10 -04:00
services Testing PaymentService.payMoney 2023-10-30 17:45:17 -04:00
CustomEnvironment.ts Removes Testing Profile/Account Creation 2023-10-30 17:38:37 -04:00