Tan Yi Long

Results 2 comments of Tan Yi Long

I have a similar requirement and I did a workaround by chaining commands together and using the `coverageThreshold` CLI option (which isn't formally documented) In my package.json: ``` scripts: {...

I can share that I am facing the same issue. For my case, I am importing another module which uses aliases in the module defined for `testEnvironment`. Initially I had...