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
Not sure how to solve this, but it's kinda tempting to use '**/*.js': ['commonjs'] configuration for preprocessors... and that will result in preprocessing jasmine and its adapter (or any other testing framework), assuming the karma-jasmine plugin is installed locally (in the basePath).
If we introduce "labels" for patterns, than we could have something like "dont-preprocess" label...
The text was updated successfully, but these errors were encountered:
Not sure how to solve this, but it's kinda tempting to use
'**/*.js': ['commonjs']
configuration for preprocessors... and that will result in preprocessing jasmine and its adapter (or any other testing framework), assuming thekarma-jasmine
plugin is installed locally (in thebasePath
).If we introduce "labels" for patterns, than we could have something like "dont-preprocess" label...
The text was updated successfully, but these errors were encountered: