Skip to content

Commit

Permalink
fix(core): Update plugin migration unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham authored and jaysoo committed Sep 30, 2024
1 parent 675c051 commit c8dfed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/generators/migration/migration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('NxPlugin migration generator', () => {

it('should update the workspace.json file', async () => {
await migrationGenerator(tree, {
path: 'packages/my-plugin',
path: `packages/my-plugin/${projectName}`,
packageVersion: '1.0.0',
});

Expand Down

0 comments on commit c8dfed8

Please sign in to comment.