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
I was looking into solving this issue and believe I've come up with a solution, but while trying to fix/test it I also noticed that the Http tests aren't being run.
Look at test/driverTests.js:19. That section is commented out, as those tests are commented out. If you un-comment that section, the http tests will run.
The reason for that is that they are too slow on the ci/cd machine. The solution would be to eventually switch to the jest test runner, and stub the http requests, but for now you can just uncomment it.
No description provided.
The text was updated successfully, but these errors were encountered: