Skip to content

Commit

Permalink
drop HTML and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
atlowChemi committed Jul 2, 2024
1 parent ea0f971 commit 414e61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ describe('build allowWriteFilesInBuild', () => {
await rmdir(new URL('webfont-test/artifacts', root), { recursive: true });
});

it.concurrent.each([...types, 'html', 'css'])('has generated font of type %s', async type => {
it.concurrent.each(types)('has generated font of type %s', async type => {
const filePath = new URL(`webfont-test/artifacts/allowWriteFilesInBuild-test.${type}`, root);

await expect(access(filePath, constants.F_OK)).resolves.not.toThrow();
Expand Down

0 comments on commit 414e61c

Please sign in to comment.