Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 23, 2024
1 parent fd1d1f6 commit 76aeb77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 159 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions e2e/nx-verdaccio-e2e/test/plugin-create-nodes.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,16 +275,6 @@ describe('nx-verdaccio plugin create-nodes-v2', () => {
})
);

expect({
...projectJson.targets,
[TARGET_ENVIRONMENT_VERDACCIO_START]: {
...projectJson.targets?.[TARGET_ENVIRONMENT_VERDACCIO_START],
options: {
...projectJson.targets?.[TARGET_ENVIRONMENT_VERDACCIO_START].options,
port: expect.any(Number),
},
},
}).toMatchSnapshot();
});

it('should NOT add environment targets to project without targetName e2e', async () => {
Expand Down

0 comments on commit 76aeb77

Please sign in to comment.