mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Stop collecting coverage from index.ts files them being indirections to the implementation
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
56d3af3439
commit
656e1cdb28
@ -20,6 +20,7 @@ module.exports = (rootDir) => {
|
||||
"<rootDir>/src/**/*.{ts,tsx}",
|
||||
"!<rootDir>/src/**/*.no-coverage.ts",
|
||||
"!<rootDir>/src/**/test-utils/**/*.{ts,tsx}",
|
||||
"!<rootDir>/src/**/index.{ts,tsx}",
|
||||
],
|
||||
|
||||
moduleNameMapper: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user