Skip to content

Commit

Permalink
add customizeNamespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 27, 2024
1 parent 6cf8ee7 commit 385b0c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/testing/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ class JHipsterRunContext extends RunContext<GeneratorTestType> {
// @ts-expect-error lookups is not exported
lookups: [`${prefix}generators`],
filePatterns,
customizeNamespace: ns => ns?.replaceAll(':generators:', ':'),
});
}

Expand Down

0 comments on commit 385b0c3

Please sign in to comment.