Skip to content

Commit

Permalink
test: remove entries from nonPassingImages (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker authored Sep 23, 2024
1 parent 35a3a21 commit a34255f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified tests/__snapshots__/index.test.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import JPEG from "../src";

const __dirname = path.dirname(url.fileURLToPath(import.meta.url));
const images = fs.readdirSync(`${__dirname}/images`);
const nonPassingImages = ["AFCP.jpg", "ExifTool.jpg", "FotoStation.jpg"];
const nonPassingImages = ["ExifTool.jpg"];
const passingImages = images.filter(image => !nonPassingImages.includes(image));

expect.addSnapshotSerializer({
Expand Down

0 comments on commit a34255f

Please sign in to comment.