Skip to content

Commit

Permalink
fix: refactor testing API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 30, 2024
1 parent 2c7b139 commit f3e4c29
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 @@ -143,7 +143,7 @@ describe('nx-verdaccio plugin create-nodes-v2', () => {
projectA
);
expect(projectJsonA.name).toBe(projectA);
expect(projectJsonA.tags).toBe([]);
expect(projectJsonA.tags).toStrictEqual([]);
expect(projectJsonA.targets).not.toStrictEqual(
expect.not.objectContaining({
'nxv-pkg-install': expect.any(Object),
Expand Down

0 comments on commit f3e4c29

Please sign in to comment.