Skip to content

Commit

Permalink
Fix failing parse metadata test
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydk committed Dec 25, 2024
1 parent c2178fe commit daf657d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/parse.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import ColorSpace from "../src/spaces/index.js";
import parse from "../src/parse.js";

import * as check from "../node_modules/htest.dev/src/check.js";

globalThis.ColorSpace = ColorSpace;

const tests = {
Expand Down Expand Up @@ -591,7 +593,7 @@ const tests = {
parse(str, {parseMeta});
return parseMeta;
},
check: {subset: true},
check: check.subset,
tests: [
{
arg: "#ff8000",
Expand Down

0 comments on commit daf657d

Please sign in to comment.