| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { suggestSkillFromSession, draftCandidateSkill, commonArea, proposeSkillName } from '../src/skills/learning/skill-suggest.ts'; |
| 3 | |
| 4 | describe('commonArea / proposeSkillName', () => { |
nothing calls this directly
no test coverage detected