Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 632 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 632 Bytes

azure_bus_issue

This repository is created to demonstrate the issue #23875 of azure service bus when testing with angular, karma, jasmine.

The test suite is in the file azure-bus.service.spec.ts

To run that, run the command ng test

A screenshot of the run is below

A sender is created, and then it hangs where the message is supposed to be sent

image