In the latest beta of
@vitest_dev v4, you can now use any standard schema library for your assertions
I worked on a PR to integrate schema matching directly using `expect.schemaMatching(schema)`
It's based on the standard schema spec, that means it works with Zod, Valibot, ArkType, ....