bloom-housing / bloom

component-based web framework for affordable housing management
Apache License 2.0
34 stars 24 forks source link

Application.e2e-spec.ts Cleanup #4183

Open ColinBuyck opened 2 months ago

ColinBuyck commented 2 months ago

Application.e2e-spec.ts has significant amounts of duplicate (copy-pasta) code. Particularly in the creation of dtos. Instead, a base dto should be created and the needed unique fields should override that base dto as opposed from creating it from scratch each time.

Depending on time this ticket could be expanded to audit all e2e tests in an effort to reduce large amounts of duplication.