Files
Webklar.com/node_modules/@supabase/functions-js/README.md
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

502 B

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