Skip to content

Commit

Permalink
chore(repo): fix create-nx-plugin e2e test (#20050)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Nov 4, 2023
1 parent 4dc6980 commit fa22c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/workspace-create/src/create-nx-plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('create-nx-plugin', () => {
checkFilesExist(
`dist/packages/${pluginName}/package.json`,
`dist/packages/${pluginName}/generators.json`,
`packages/${pluginName}-e2e/tests/${pluginName}.spec.ts`
`packages/${pluginName}-e2e/src/${pluginName}.spec.ts`
);

runCLI(`build create-${pluginName}-package`);
Expand Down

0 comments on commit fa22c77

Please sign in to comment.