Skip to content

Commit

Permalink
chore(angular): update e2e test to use directory positional arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Oct 29, 2024
1 parent d56ce97 commit 3571d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/angular/src/projects.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,10 @@ describe('Angular Projects', () => {
const lib = uniq('lib');

runCLI(
`generate @nx/angular:app ${app} --unit-test-runner=vitest --directory=${app} --project-name-and-root-format=as-provided --no-interactive`
`generate @nx/angular:app ${app} --unit-test-runner=vitest --no-interactive`
);
runCLI(
`generate @nx/angular:lib ${lib} --unit-test-runner=vitest --directory=${lib} --project-name-and-root-format=as-provided --no-interactive`
`generate @nx/angular:lib ${lib} --unit-test-runner=vitest --no-interactive`
);

// Make sure we are using vitest
Expand Down

0 comments on commit 3571d5a

Please sign in to comment.