Skip to content

Commit

Permalink
Restore createExpectedFileIfMissing: false in pdf.to.buffer.test
Browse files Browse the repository at this point in the history
  • Loading branch information
dichovsky committed Dec 8, 2024
1 parent fe698d6 commit e0b8068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/pdf.to.buffer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test(`should convert PDF To PNG buffer (without saving to file)`, async () => {
const compareResult: number = comparePNG({
actualFile: pngPage.content,
expectedFile: expectedFilePath,
createExpectedFileIfMissing: true,
createExpectedFileIfMissing: false,
});

expect(existsSync(pngPage.path)).to.equal(false);
Expand Down

0 comments on commit e0b8068

Please sign in to comment.