Skip to content

Commit

Permalink
fix(linter): fix failing e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Oct 12, 2023
1 parent e4ab6df commit 301b641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev-e2e/src/packages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const pages: Array<{ title: string; path: string }> = [
title: '@nx/eslint',
path: '/packages/eslint/generators/workspace-rule',
},
{ title: '@nx/eslint', path: '/packages/eslint/executors/eslint' },
{ title: '@nx/eslint', path: '/packages/eslint/executors/lint' },
{ title: '@nx/nest', path: '/packages/nest' },
{
title: '@nx/nest:application',
Expand Down

0 comments on commit 301b641

Please sign in to comment.