Skip to content

Commit

Permalink
ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 22, 2024
1 parent 80ebe33 commit 1d62aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/testing/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,10 @@ class JHipsterRunContext extends RunContext<GeneratorTestType> {
return this.withLookups([
{
packagePaths: [getPackageRoot()],
// @ts-expect-error lookups is not exported
lookups: [`${isDistFolder() ? 'dist/' : ''}generators`, `${isDistFolder() ? 'dist/' : ''}generators/*/generators`],
},
] as any);
]);
}

/**
Expand Down

0 comments on commit 1d62aed

Please sign in to comment.