Skip to content

Commit

Permalink
cleanup(nextjs): remove workaround for enhanced-resolve bug in e2e te…
Browse files Browse the repository at this point in the history
…st (#13639)
  • Loading branch information
jaysoo committed Dec 5, 2022
1 parent e6ee0a4 commit 66c85bd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions e2e/next/src/next-storybook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ describe('Next.js Applications', () => {
it('should run a Next.js based Storybook setup', async () => {
const appName = uniq('app');

// TODO(jack): Overriding enhanced-resolve to 5.10.0 now until the package is fixed.
// See: https://github.com/webpack/enhanced-resolve/issues/362
updateJson('package.json', (json) => {
json['overrides'] = {
'enhanced-resolve': '5.10.0',
};
return json;
});
runCommand(getPackageManagerCommand().install);

runCLI(`generate @nrwl/next:app ${appName} --no-interactive`);
runCLI(
`generate @nrwl/next:component Foo --project=${appName} --no-interactive`
Expand Down

0 comments on commit 66c85bd

Please sign in to comment.