temporalio / vscode-debugger-extension

Visual Studio Code debugger plugin
https://marketplace.visualstudio.com/items?itemName=temporal-technologies.temporalio
MIT License
19 stars 7 forks source link

Add unit tests #28

Closed laurakwhit closed 1 year ago

laurakwhit commented 1 year ago

What was changed

Added some unit tests for

Note: While these tests don't account for every current scenario, they will hopefully lay the groundwork for future testing.

Checklist

  1. Close: n/a

  2. How was this tested:

    • Add // @ts-ignore above line 19 in get-workflow-tasks.ts
    • Enter the command npm test webview/src/utilities/[...].spec.ts
  3. Any docs updates needed? n/a