Skip to content

Commit

Permalink
chore(react): update unit tests to use "as-provided" when generating …
Browse files Browse the repository at this point in the history
…apps/libs (nrwl#18893)
  • Loading branch information
jaysoo authored Aug 30, 2023
1 parent 70d3728 commit f110d0c
Show file tree
Hide file tree
Showing 24 changed files with 719 additions and 749 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import NxWelcome from './nx-welcome';
export function App() {
return (
<div>
<NxWelcome title="my-dir-my-app" />
<NxWelcome title="my-app" />
</div>
);
}
Expand Down
Loading

0 comments on commit f110d0c

Please sign in to comment.