mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
[web] Exclude src/js/filt/filt.js from coverage report.
This commit is contained in:
parent
de9ecb7c30
commit
17ac1ff6cb
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,10 @@
|
|||
"react"
|
||||
],
|
||||
"coverageDirectory":"./coverage",
|
||||
"collectCoverage": true
|
||||
"collectCoverage": true,
|
||||
"coveragePathIgnorePatterns": [
|
||||
"<rootDir>/src/js/filt/filt.js"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue