Skip to content

Commit

Permalink
test(mime): revert jpeg test case
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 6, 2024
1 parent 4453ec6 commit e25e135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mime/test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { comp } from "@thi.ng/compose";
import { preferredType, preferredExtension } from "../src/index.js";

test("roundtrip", () => {
const extensions = "aac,avif,css,jpg,js,md,mp4,obj,png,stl,txt,webp".split(
const extensions = "aac,avif,css,jpeg,js,md,mp4,obj,png,stl,txt,webp".split(
","
);
const fn = comp(preferredExtension, preferredType);
Expand Down

0 comments on commit e25e135

Please sign in to comment.