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
looking into #329 revealed (I think) that jest config in package.json is getting ignored. this seems a little confusing to ignore the canonical way of configuring Jest
Desired Behavior
our jest config builder should pull the jest config out of the user's package.json, merge that onto the kyt defaults, and then feed it to modifyJestConfig
@jaredmcdonald yea that probably makes sense. Another thing we might need to consider is if users pass in a Jest configuration at the command line, we would need to also take that into account before merging kyt's configuration.
Versions of kyt, node, OS
0.3.x, 6.9.x, OSX Sierra
Bug or Feature?
enhancement/bug
Current Behavior
looking into #329 revealed (I think) that jest config in
package.json
is getting ignored. this seems a little confusing to ignore the canonical way of configuring JestDesired Behavior
our jest config builder should pull the jest config out of the user's
package.json
, merge that onto the kyt defaults, and then feed it tomodifyJestConfig
@tizmagik, thoughts?
The text was updated successfully, but these errors were encountered: