Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlauyin committed Sep 4, 2024
1 parent ef70c01 commit 7c73e15
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/tests/metadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ describe('Metadata service', () => {
prependUnicode: true,
});

await writeFile(
join('fixtures', 'results', 'plop.svg'),
'plop',
'utf-8',
);
await writeFile(join('fixtures', 'results', 'plop.svg'), 'plop', 'utf-8');
const infos = await promisify(metadataService)(
join('fixtures', 'results', 'plop.svg'),
);
Expand Down

0 comments on commit 7c73e15

Please sign in to comment.