We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7350b commit 522bba0Copy full SHA for 522bba0
1 file changed
packages/common/test/Type.test.ts
@@ -3073,7 +3073,9 @@ describe("Standard Schema V1", () => {
3073
};
3074
3075
expect(user).toEqual({
3076
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
3077
name: expect.schemaMatching(NonEmptyTrimmedString100),
3078
3079
age: expect.schemaMatching(PositiveInt),
3080
});
3081
0 commit comments