We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contact
superoak
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 in functions/contact folder
contact.test.ts
functions/contact
To run unit test we have command npm run test:contact
npm run test:contact
After running that command it kept loading and stuck without any result.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Describe the bug
contact
, which is simple function prepared using deno edge function. This function gets contacts stored in db table.superoak
to test that functionTo 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
folderTo run unit test we have command
npm run test:contact
After running that command it kept loading and stuck without any result.
Expected behavior
System information
The text was updated successfully, but these errors were encountered: