Tuesday, March 5, 2019

When your Jasmine/Karma tests run forever in an endless loop without ever finishing in an Azure DevOps pipeline...

...Well, maybe they do this in "real life" too. Open karma.conf.js in the root of your application and change singleRun: false to singleRun: true

No comments:

Post a Comment