Sergih28 / groc

Grind for the vision, revamp for precision, organize with decision, complete the mission.
MIT License
3 stars 0 forks source link

Test related enhancements #149

Closed Sergih28 closed 3 months ago

Sergih28 commented 5 months ago
  1. Add make command for unit testing coverage. make tests coverage for example, that runs pnpm test:unit:coverage following the same structure as the other make commands. First start that container, then exec the command.
  2. Remove datatest-id only from production build. Right now if you inspect the html, they are included in the code that goes to production, which is not necessary.
  3. Make sure all test ids are picked from testIds.ts.
  4. I think pomodoroSampleData is not used anymore. Delete it if that's the case.
Sergih28 commented 3 months ago

Closing, as 2 won't be done and the rest are already done I think.