Skip to content

Commit

Permalink
fix windows e2e tests 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 22, 2024
1 parent a9d9044 commit 439178d
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 @@ -187,7 +187,7 @@ describe('nx-verdaccio plugin create-nodes-v2', () => {
const { code, projectJson } = await nxShowProjectJson(cwd, projectAE2e);
expect(code).toBe(0);

expect(projectJson.targets).toStrictEqual(
expect(projectJson.targets).toEqual(
expect.objectContaining({
e2e: expect.objectContaining({
configurations: {},
Expand Down

0 comments on commit 439178d

Please sign in to comment.