// Imports the OTHER `handler` (from users), not the one in cases.ts. // Without import-path provenance, the regex check would falsely credit cases.ts. import { handler } from './handlers/users'; handler({ id: '42' });