(tool: string, sig: string, count = 4, tasks = 3)
| 57 | |
| 58 | describe('buildLesson / buildLessonsBlock — deterministic, targeted, bounded', () => { |
| 59 | const mk = (tool: string, sig: string, count = 4, tasks = 3) => |
| 60 | ({ signature: `${tool}|${sig}`, tool, count, distinctTasks: tasks, sample: sig }); |
| 61 | |
| 62 | it('symbol-not-found → "confirm the symbol exists"', () => { |
| 63 | expect(buildLesson(mk('edit_symbol', 'cannot find symbol'))).toMatch(/confirm the symbol exists/i); |
no outgoing calls
no test coverage detected