Skip to content

Commit

Permalink
disable environmentBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 27, 2024
1 parent ea03c03 commit bf9ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testing/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ class JHipsterTest extends YeomanTest {
command: string | string[],
options: { commands?: Record<string, CliCommand>; useEnvironmentBuilder?: boolean; entrypointGenerator?: string } = {},
): JHipsterRunContext {
const { useEnvironmentBuilder = true, ...buildJHipsterOptions } = options;
const { useEnvironmentBuilder, ...buildJHipsterOptions } = options;
// Use a dummy generator which will not be used to match yeoman-test requirement.
return this.run(
this.createDummyGenerator(),
Expand Down

0 comments on commit bf9ee55

Please sign in to comment.