Skip to content

Commit

Permalink
fix: fix npm.test with status 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkoniecznybh committed Dec 9, 2024
1 parent 333c299 commit bbe35d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test/npm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ describe("license-auditor", () => {
cwd: testDirectory,
});

expect(errorCode).toBe(0);
expect(errorCode).toBe(1);
expect(output).toContain("Unable to resolve project dependencies.");
},
);
Expand Down

0 comments on commit bbe35d8

Please sign in to comment.