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
When using singleBundle, the order of the imports does not match the file / pattern list. This affects some plugins like karma-mocha whose injected files must be in the correct order, otherwise you would get errors similar to
TypeError: undefined is not an object (evaluating 'window.mocha.setup')
The text was updated successfully, but these errors were encountered:
When using
singleBundle
, the order of the imports does not match the file / pattern list. This affects some plugins likekarma-mocha
whose injected files must be in the correct order, otherwise you would get errors similar toThe text was updated successfully, but these errors were encountered: