2.4.4 • Published 6 months ago

@supabase/functions-js v2.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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