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
I tried using samples from this repo in order to get coverage from TypeScript files. Unfortunately, it looks I'm missing the way to provide TypeScript config to the Browserify instance. With browserify it could be like that:
the only blocker in my case for TS + create react app unejected is just not being able to set the jest coverageDirectory ... i'm just going to write a script to rename the jest coverage dir followed by the merge command
the only thing i needed was for my plugins/index.ts
I tried using samples from this repo in order to get coverage from TypeScript files. Unfortunately, it looks I'm missing the way to provide TypeScript config to the Browserify instance. With browserify it could be like that:
I tried to do that:
But it fails with an error. How should I pass the TypeScript config to Browserify?
The text was updated successfully, but these errors were encountered: