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
OK, tests are launched properly now, but they are registered on page load.
If we can figure out how to register tests asynchronously, then we can trigger test registration after loading in any test files for #19.
Right now, the issue is that Karma's Jasmine adapter appears to trigger Jasmine tests once page load finishes. I wonder if there is a way to trigger it manually?
The text was updated successfully, but these errors were encountered:
OK, tests are launched properly now, but they are registered on page load.
If we can figure out how to register tests asynchronously, then we can trigger test registration after loading in any test files for #19.
Right now, the issue is that Karma's Jasmine adapter appears to trigger Jasmine tests once page load finishes. I wonder if there is a way to trigger it manually?
The text was updated successfully, but these errors were encountered: