Skip to content

Commit

Permalink
fix: refactor testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 30, 2024
1 parent f3e4c29 commit 7425758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/nx-verdaccio-e2e/test/plugin-create-nodes.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('nx-verdaccio plugin create-nodes-v2', () => {
);
expect(projectJsonA.name).toBe(projectA);
expect(projectJsonA.tags).toStrictEqual([]);
expect(projectJsonA.targets).not.toStrictEqual(
expect(projectJsonA.targets).toStrictEqual(
expect.not.objectContaining({
'nxv-pkg-install': expect.any(Object),
'nxv-pkg-publish': expect.any(Object),
Expand Down

0 comments on commit 7425758

Please sign in to comment.