Skip to content

Commit

Permalink
remove unneeded type attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed May 20, 2024
1 parent e143c78 commit 92907c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testing/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ import CoreGenerator from '../generators/base-core/generator.js';
type BaseEntity = { name: string } & JSONEntity;
type GeneratorTestType = YeomanGenerator<JHipsterGeneratorOptions>;
type GeneratorTestOptions = JHipsterGeneratorOptions;
type Question = {
name: string;
};

type JHipsterRunResult<GeneratorType extends CoreGenerator = CoreGenerator> = RunResult<GeneratorType> & {
/**
Expand All @@ -34,8 +31,6 @@ type JHipsterRunResult<GeneratorType extends CoreGenerator = CoreGenerator> = Ru
* Composed generators that were mocked.
*/
composedMockedGenerators: string[];

askedQuestions: Question[];
};

const runResult = result as JHipsterRunResult;
Expand Down

0 comments on commit 92907c6

Please sign in to comment.