From 385b0c34a65fd852224fe94e523ce4afd4747392 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Thu, 26 Sep 2024 22:18:43 -0300 Subject: [PATCH] add customizeNamespace --- lib/testing/helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/testing/helpers.ts b/lib/testing/helpers.ts index 65bed047ad7b..451714c69e6c 100644 --- a/lib/testing/helpers.ts +++ b/lib/testing/helpers.ts @@ -345,6 +345,7 @@ class JHipsterRunContext extends RunContext { // @ts-expect-error lookups is not exported lookups: [`${prefix}generators`], filePatterns, + customizeNamespace: ns => ns?.replaceAll(':generators:', ':'), }); }