Skip to content

Commit

Permalink
feat(nx-dev): split devkit reference page
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Aug 9, 2023
1 parent 346b9a5 commit 4ee3af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nx-dev/nx-dev-e2e/src/e2e/additional-api-references.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ describe('nx-dev: Additional API references section', () => {
path: '/storybook/storybook-composition-setup',
},
{
title: 'Module: @nx/devkit',
title: '@nx/devkit',
path: '/devkit/index',
},
{
title: 'Module: ngcli-adapter',
title: '@nx/devkit',
path: '/devkit/ngcli_adapter',
},
]).forEach((page) => assertTextOnPage(page.path, page.title));
Expand Down

0 comments on commit 4ee3af3

Please sign in to comment.