SIDAC/node_modules/@supabase/functions-js
BenitoBB 1bee7e8ea8 benito 2025-04-25 17:40:09 -06:00
..
dist benito 2025-04-25 17:40:09 -06:00
src benito 2025-04-25 17:40:09 -06:00
LICENSE benito 2025-04-25 17:40:09 -06:00
README.md benito 2025-04-25 17:40:09 -06:00
package.json benito 2025-04-25 17:40:09 -06:00

README.md

functions-js

Coverage Status

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