Skip to content

Commit

Permalink
run prepareTemporaryDir before getting help content
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 11, 2024
1 parent a5d3958 commit b227d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/support/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const {
} = PRIORITY_NAMES;

export const getCommandHelpOutput = async command => {
await helpers.prepareTemporaryDir();
const program = await buildJHipster();
const cmd = command ? program.commands.find(cmd => cmd.name() === command) : program;
if (!cmd) {
Expand Down

0 comments on commit b227d40

Please sign in to comment.