mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-28 02:30:52 +00:00
Exclude components from coverage reports (#1774)
* add 'components' and 'containers' dirs to coverage excluded paths * add vendor and spec to excluded coverage paths * trigger mycryptobuild
This commit is contained in:
parent
039aab09a2
commit
b58e278ac5
@ -13,6 +13,7 @@
|
||||
"\\.worker.ts": "<rootDir>/jest_config/__mocks__/workerMock.js"
|
||||
},
|
||||
"testPathIgnorePatterns": ["dist"],
|
||||
"coveragePathIgnorePatterns": ["components", "containers", "vendor", "spec"],
|
||||
"setupFiles": [
|
||||
"<rootDir>/jest_config/setupJest.js",
|
||||
"<rootDir>/jest_config/__mocks__/localStorage.ts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user