Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 47 forks source link

Re-enable getClient tests and add extra testing for public-facing APIs #393

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

This is related to the new programming model in #384. As a preliminary step to supporting the new programming, I disabled the getClient tests until the new public-facing APIs are available. This issue is to track re-enabling those tests following the new public API once it is available, as well as adding any new tests as necessary

hossam-nasr commented 1 year ago

Closed by #466 and #468