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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
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...
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-jasmineplugin is installed locally (in thebasePath).If we introduce "labels" for patterns, than we could have something like "dont-preprocess" label...