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'm not sure if we should do this by default given that it will be a pretty massive breaking change but adding support for scoped packages (with @*/karma-* or similar) sounds reasonable to me. PR is welcome!
Expected behavior
Karma should be able to load plugins with
@*/karma-*
in their name.Actual behavior
Karma will only load plugins with names that start with
karma-*
.It's incompatible with the scoped package plugins.
When finding plugins, Karma doesn't care about subdirectories, so even if you set the
plugins
pattern to like@*/karma-*
, it will not match anything.The text was updated successfully, but these errors were encountered: