Replies: 1 comment
-
I think, that might be more of a question to Mocha |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adding
allowJs
as per the README causes my coverage reporter (c8) to show only JavaScript files, whereas when I removeallowJs
, I only see TypeScript files in the report (despite having both ".ts" and ".js" added to my Mochaextensions
).Beta Was this translation helpful? Give feedback.
All reactions