get-convex / convex-helpers

A collection of useful code to complement the official packages.
MIT License
94 stars 16 forks source link

Make `npm run test` pass #77

Closed sshader closed 7 months ago

sshader commented 7 months ago

We have several .test.ts files that aren't actually vitest tests, one of which does not actually run (zod.test).

This excludes them. This also fixes the fake ConvexReactClient + mock test.