(answers: Answers)
| 348 | describe("inquirer question", () => { |
| 349 | test('should pass "when" and "default" field to inquirer question', () => { |
| 350 | const when = (answers: Answers) => !!answers.header; |
| 351 | const question = new Question("body", { |
| 352 | ...QUESTION_CONFIG, |
| 353 | when, |