Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvraj108c committed May 7, 2022
1 parent ce32381 commit 9d06231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test('Ensure all images with aspect ratio 1:1', async () => {
async () => await IP.createSlideshow(images, 'caption')
).rejects.toThrowError(IMAGES_WRONG_ASPECT_RATIO_ERR);

fs.unlink(IMG_DIR + 'cookies.json');
fs.unlink(IMG_DIR + 'cookies.json', () => {});
});

async function createImage(w: number, h: number, n: string) {
Expand Down

0 comments on commit 9d06231

Please sign in to comment.