(id: string, pref: string)
| 68 | |
| 69 | describe('--check with preferences set', () => { |
| 70 | function setPref(id: string, pref: string) { |
| 71 | return run('--write', JSON.stringify({ question_id: id, preference: pref, source: 'plan-tune' })); |
| 72 | } |
| 73 | |
| 74 | test('two-way + never-ask → AUTO_DECIDE', () => { |
| 75 | setPref('ship-changelog-voice-polish', 'never-ask'); |
no test coverage detected