diff --git a/testing/helpers.ts b/testing/helpers.ts index ee8a3b1b9b1d..a1f06d385692 100644 --- a/testing/helpers.ts +++ b/testing/helpers.ts @@ -20,9 +20,6 @@ import CoreGenerator from '../generators/base-core/generator.js'; type BaseEntity = { name: string } & JSONEntity; type GeneratorTestType = YeomanGenerator; type GeneratorTestOptions = JHipsterGeneratorOptions; -type Question = { - name: string; -}; type JHipsterRunResult = RunResult & { /** @@ -34,8 +31,6 @@ type JHipsterRunResult = Ru * Composed generators that were mocked. */ composedMockedGenerators: string[]; - - askedQuestions: Question[]; }; const runResult = result as JHipsterRunResult;