every generated test mocks the thing it is supposed to test, 40 files in tests
Inherited a service with no tests. Asked for coverage, got 40 Vitest files, 380 tests, all green, 84% coverage. Felt great for about a day. Then I deliberately broke a validation rule: changed a to a in the middle of…