79141784

Date: 2024-10-30 15:33:47
Score: 1.5
Natty:
Report link

If you are only exporting types, try renaming your files from LogInRepositoryInterface.ts to LogInRepositoryInterface.d.tsto denote that they are type definitions only. Vitest test coverage checks should pass since it ignores typedef files by default.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ryan King King