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 need to include in the loadFiles all ".spec.js" files under the base except those that are contained in the jspm_packages directory so I configured jspm karma this way:
I need to include in the loadFiles all ".spec.js" files under the base except those that are contained in the jspm_packages directory so I configured jspm karma this way:
This should work fine however "glob" before version 6 considers a pattern starting with ! as being negated.
I tried to workaround the problem changing the pattern to './!(jspm_packages)/*/.spec.js' but it breaks karma.
The text was updated successfully, but these errors were encountered: