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 has been archived by the owner on Feb 19, 2021. It is now read-only.
it used to combine angular1 html templates into one js file and put into angular template cache
we activly using this preprocessor for our unit tests (also we have another 1 our custom preprocessor)
Seems stryker skipped karma preprocessors, and i create small workaround to create separate file with angular templates before runnig stryker
It will be much simplier to support karma preprocessors from karma.conf.js or from overrided config in stryker.conf.js
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i have karma.conf.js with:
preprocessors: {
'**/*.html': ['ng-html2js']
},
https://github.com/karma-runner/karma-ng-html2js-preprocessor
it used to combine angular1 html templates into one js file and put into angular template cache
we activly using this preprocessor for our unit tests (also we have another 1 our custom preprocessor)
Seems stryker skipped karma preprocessors, and i create small workaround to create separate file with angular templates before runnig stryker
It will be much simplier to support karma preprocessors from karma.conf.js or from overrided config in stryker.conf.js
The text was updated successfully, but these errors were encountered: