get-convex / convex-test

Testing harness for pure-JS Convex tests
Apache License 2.0
3 stars 1 forks source link

Fix a few issues #2

Closed sshader closed 5 months ago

sshader commented 5 months ago

This fixes a couple different issues I ran into while adding tests for one of my apps:

Also as a drive-by change, I used reverse instead of toReversed because the latter is only available in Node 20 (which I personally haven't installed yet) just so npm run test comes up green.