Skip to content

Commit

Permalink
test: add aggregatorProject case
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Jan 12, 2024
1 parent d190992 commit 3ad6a77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ describe('nx-maven maven-root-directory e2e', () => {
const libName = uniq('micronaut-maven-lib-');

await runNxCommandAsync(
`generate @jnxplus/nx-maven:library ${libName} --framework micronaut --parentProject ${libsParentProject}`,
`generate @jnxplus/nx-maven:library ${libName} --framework micronaut --parentProject ${libsParentProject} --aggregatorProject ${libsParentProject}`,
);

expect(() =>
Expand Down

0 comments on commit 3ad6a77

Please sign in to comment.