Skip to content

Commit 4262f4d

Browse files
committed
chore - deno 2
1 parent 2bbfada commit 4262f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/schema-validation/object-super.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ website:
127127
asMappedString(obj),
128128
refSchema("project-config", ""),
129129
);
130-
} catch (e) {
130+
} catch (e: any) {
131131
return expectValidationError(e)
132132
.forSchemaPathToEndWith("type")
133133
.toHaveLength(1);

0 commit comments

Comments
 (0)