You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Angular 14, when running the unit tests with Karma the process hangs after all tests finish successfully. As I can see the test getting completed on BrowserStack. Here is a session public link.
Description
For Angular 14, when running the unit tests with Karma the process hangs after all tests finish successfully. As I can see the test getting completed on BrowserStack. Here is a session public link.
Here is an example repository created by @daniel-sc where issue can be reproduced.
Details for setting up and running the tests are in the example repository(link above).
Here is the link to log file.
What is happening?
When running the
npm run test-cithe process is stuck after28 07 2022 18:24:35.692:DEBUG [launcher]: FINISHED -> FINISHEDlog line.What is expected?
When the tests are finished the process should exit.