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.
A lot of users expect karma.conf.js settings to be mirrored in stryker. We should add this feature using the ConfigWriter interface.
We should either completely remove the current karmaConfig overrides method and only except a string, or we should support both a string (location of the karma.conf.js file). @simondel which one would you prefer?
In order for this to work stryker-mutator/stryker-js#148 needs to be fixed as well. Otherwise the current working directory would not be in sync with all preprocessor paths and such.
The text was updated successfully, but these errors were encountered:
A lot of users expect
karma.conf.js
settings to be mirrored in stryker. We should add this feature using the ConfigWriter interface.We should either completely remove the current
karmaConfig
overrides method and only except a string, or we should support both a string (location of thekarma.conf.js
file). @simondel which one would you prefer?In order for this to work stryker-mutator/stryker-js#148 needs to be fixed as well. Otherwise the current working directory would not be in sync with all preprocessor paths and such.
The text was updated successfully, but these errors were encountered: