sangwaritaxi_website/node_modules/@supabase/functions-js
hardik 144695ee26 new 2025-09-28 08:31:38 +05:30
..
dist new 2025-09-28 08:31:38 +05:30
src new 2025-09-28 08:31:38 +05:30
LICENSE new 2025-09-28 08:31:38 +05:30
README.md new 2025-09-28 08:31:38 +05:30
package.json new 2025-09-28 08:31:38 +05:30

README.md

functions-js

Coverage Status pkg.pr.new

JS Client library to interact with Supabase Functions.

Docs

https://supabase.com/docs/reference/javascript/functions-invoke

testing

To run tests you will need Node 20+.

You are going to need docker daemon running to execute tests.

To start test run use the following command:

npm i
npm run test