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 got "empty test suite" by a misconfiguration. The problem was that I added a non-include file pattern before the inclusion pattern of main.js, and that pattern contained the main.js as well. You should mention this in the error message or at least in the documentation.
By 404 "there is not timestamp" errors you should mention that every used file must be added to karma file patterns. Is there any way to add every project file automatically and just select a main.js to load the tests? Why does karma need those non-include file patterns?
The text was updated successfully, but these errors were encountered:
I got "empty test suite" by a misconfiguration. The problem was that I added a non-include file pattern before the inclusion pattern of main.js, and that pattern contained the main.js as well. You should mention this in the error message or at least in the documentation.
By 404 "there is not timestamp" errors you should mention that every used file must be added to karma file patterns. Is there any way to add every project file automatically and just select a main.js to load the tests? Why does karma need those non-include file patterns?
The text was updated successfully, but these errors were encountered: