authzed / authzed-node

Official SpiceDB client library for NodeJS
https://authzed.com/docs/reference/api
Apache License 2.0
44 stars 18 forks source link

Fix unit tests #120

Closed alecmerdler closed 1 month ago

alecmerdler commented 1 month ago

Updates the unit tests so that async/await is not used with the done callback.

Also aligns the tests for the callback client to only use the done callback-style tests rather than promises, which clarifies the usage of the client.

github-actions[bot] commented 1 month ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

alecmerdler commented 1 month ago

I have read the CLA Document and I hereby sign the CLA

alecmerdler commented 1 month ago

Closing in favor of #119