Skip to content

Commit

Permalink
fix(nx-dev): fix e2e test for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Oct 16, 2023
1 parent bddfa5f commit 3edf9b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nx-dev/nx-dev-e2e/src/packages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,16 +169,16 @@ const pages: Array<{ title: string; path: string }> = [
},
{ title: '@nx/js:tsc', path: '/packages/js/executors/tsc' },
{ title: '@nx/js:swc', path: '/packages/js/executors/swc' },
{ title: '@nx/eslint', path: '/packages/eslint' },
{ title: '@nx/linter', path: '/packages/eslint' },
{
title: '@nx/eslint:workspace-rules-project',
path: '/packages/eslint/generators/workspace-rules-project',
title: '@nx/linter:workspace-rules-project',
path: '/packages/linter/generators/workspace-rules-project',
},
{
title: '@nx/eslint',
path: '/packages/eslint/generators/workspace-rule',
title: '@nx/linter',
path: '/packages/linter/generators/workspace-rule',
},
{ title: '@nx/eslint', path: '/packages/eslint/executors/lint' },
{ title: '@nx/linter', path: '/packages/linter/executors/eslint' },
{ title: '@nx/nest', path: '/packages/nest' },
{
title: '@nx/nest:application',
Expand Down

0 comments on commit 3edf9b2

Please sign in to comment.