Open
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
- I have function named
contact
, which is simple function prepared using deno edge function. This function gets contacts stored in db table. - I am using
superoak
to test that function - When I run the test its keep loading & loading, so basically its stuck.
To Reproduce
I have prepared a demo repository to reproduce this issue. Following is the repo link
https://github.com/jigarmistry/supabase_unit_test
-
I have setup
contact.test.ts
file infunctions/contact
folder -
To run unit test we have command
npm run test:contact
-
After running that command it kept loading and stuck without any result.
Expected behavior
- It should run a test case and give expected true/false result.
System information
- OS: macos
- Version of supabase-js: latest
- Version of Node.js: 14