Skip to content

Commit 2ea6d40

Browse files
committed
cleanup
1 parent 0d2e7b1 commit 2ea6d40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/index.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ describe('module', () => {
7474
</svg>`;
7575
const png = await render({ buffer: Buffer.from(input), width: 200 });
7676

77-
await import('fs/promises').then(async (fs) => {
78-
await fs.writeFile('sample.png', png);
79-
});
80-
8177
await validateImage({ png, width: 200, height: 100, hash: 'ef0003y01x0' });
8278
});
8379

0 commit comments

Comments
 (0)