kc-workspace / kcws-js

A personal monorepo for javascript and typescript libraries
https://js.kcws.kamontat.net
GNU Affero General Public License v3.0
1 stars 0 forks source link

Integrate Stryker Mutator with Rush Ecosystem #44

Open kamontat opened 1 year ago

kamontat commented 1 year ago

links #35

kamontat commented 1 year ago

This is a bit tricky because heft using their custom script to parse jest config, so Stryker cannot read jest.config.json directly; otherwise, it will throw parsing exception because it cannot load jest plugin properly.