Day 7
✅ 24 test suites, 153 tests passing.

Solid coverage across service and controller layers in my modular monorepo. Strict typing (TypeScript), full DTO validation, and realistic mocks across complex relations (TypeORM).

Next: fine-tuning error handling & exploring e2e strategies.

https://write.tyolabs.com/?p=25

#TypeScript #NestJS #Nextjs #InsuranceTech #Microservices #monorepo #rbac #codingdays #swagger #jwt #jwt_auth #programming

Day#7: 24 Test Suites, 153 Tests Passing — Scaling Confidence with Every Assertion – Ideas. Engineered.

@bmariusz typeORM is a gigantic hunk of junk
@windrunner and what's better in your opinion?
@bmariusz
I prefer Prisma but Sequelize has a native nestjs module. Looks like typeORM might be in new and better hands, though. I may have to reconsider my opinion. It had stagnated with very few releases and a lot of bugs throughout 2024.
@windrunner I've tried sequelize but got a lot of problems while using ESM. I've rewritten my code from scratch using typeORM and am quite satisfied so far.