Skip to content

Commit 6a9c39a

Browse files
fix: snapshot
1 parent 38ee988 commit 6a9c39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/typecheck/__snapshots__/typecheck_test.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const snapshot = {};
22

33
snapshot[`typecheck 1`] = `
4-
"function validate_54_1(value, path, errors, context) {
4+
"function validate_57_1(value, path, errors, context) {
55
if (typeof value !== \\"object\\") {
66
errors.push([path, \`expected an object, got \${typeof value}\`]);
77
}
@@ -122,7 +122,7 @@ errors.push([path, \\"string does not match to the pattern /^[a-z]+\$/\\"]);
122122
}
123123
}
124124
}
125-
return validate_54_1"
125+
return validate_57_1"
126126
`;
127127
128128
snapshot[`typecheck 2`] = `

0 commit comments

Comments
 (0)