serverlessworkflow / sdk-typescript

Typescript SDK for Serverless Workflow
https://serverlessworkflow.io/
Apache License 2.0
64 stars 16 forks source link

Create test to verify the sdk behaviour in the browser. #146

Open antmendoza opened 3 years ago

antmendoza commented 3 years ago

What would you like to be added:

Create a test to verify the sdk behaviour in the browser.

Why is this needed:

Nowadays the only way we have to verify that the sdk is working in the browser is to test it by hand. See /examples/browser

Would be nice to have tests to verify the skd behaviour in the browser.