Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Make use of karma.conf file #7

Closed
nicojs opened this issue Nov 6, 2016 · 2 comments
Closed

Make use of karma.conf file #7

nicojs opened this issue Nov 6, 2016 · 2 comments

Comments

@nicojs
Copy link
Member

nicojs commented Nov 6, 2016

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.

@simondel
Copy link
Member

Implemented with #10

Still has to be documented

@simondel
Copy link
Member

Documented with #15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants