Skip to content

Commit

Permalink
fix windows e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 22, 2024
1 parent d8623c0 commit a9d9044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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,9 +187,10 @@ describe('nx-verdaccio plugin create-nodes-v2', () => {
const { code, projectJson } = await nxShowProjectJson(cwd, projectAE2e);
expect(code).toBe(0);

expect(projectJson.targets).toEqual(
expect(projectJson.targets).toStrictEqual(
expect.objectContaining({
e2e: expect.objectContaining({
configurations: {},
dependsOn: [
{
params: 'forward',
Expand Down

0 comments on commit a9d9044

Please sign in to comment.