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
Default config is to ignore dirs which follow certain common test layout conventions (top-level test(s)/, nested __tests__), but this config can be used to exclude anything from coverage, including individual files.
This would make it clearer it's the right config to use for #235
How about karma.excludeFromCoverage?
Also, drop all mention of testFiles in the docs section about ignoring stuff as it's just telling you irrelevant implementation details.
The text was updated successfully, but these errors were encountered:
Default config is to ignore dirs which follow certain common test layout conventions (top-level
test(s)/
, nested__tests__
), but this config can be used to exclude anything from coverage, including individual files.This would make it clearer it's the right config to use for #235
How about
karma.excludeFromCoverage
?Also, drop all mention of
testFiles
in the docs section about ignoring stuff as it's just telling you irrelevant implementation details.The text was updated successfully, but these errors were encountered: