Skip to content

Commit daf657d

Browse files
committed
Fix failing parse metadata test
1 parent c2178fe commit daf657d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: test/parse.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import ColorSpace from "../src/spaces/index.js";
22
import parse from "../src/parse.js";
33

4+
import * as check from "../node_modules/htest.dev/src/check.js";
5+
46
globalThis.ColorSpace = ColorSpace;
57

68
const tests = {
@@ -591,7 +593,7 @@ const tests = {
591593
parse(str, {parseMeta});
592594
return parseMeta;
593595
},
594-
check: {subset: true},
596+
check: check.subset,
595597
tests: [
596598
{
597599
arg: "#ff8000",

0 commit comments

Comments
 (0)