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
Tests were hanging because of setInterval loop which was breaking ours CI.
As workaround we use --exit flag for mocha to quit.
The task is to refactor the code to get rid of --exit flag.
The text was updated successfully, but these errors were encountered:
Tests were hanging because of setInterval loop which was breaking ours CI.
As workaround we use --exit flag for mocha to quit.
The task is to refactor the code to get rid of --exit flag.
The text was updated successfully, but these errors were encountered: