mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
[web] Exclude src/js/filt/filt.js from coverage report.
This commit is contained in:
parent
de9ecb7c30
commit
17ac1ff6cb
@ -15,7 +15,10 @@
|
||||
"react"
|
||||
],
|
||||
"coverageDirectory":"./coverage",
|
||||
"collectCoverage": true
|
||||
"collectCoverage": true,
|
||||
"coveragePathIgnorePatterns": [
|
||||
"<rootDir>/src/js/filt/filt.js"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.7",
|
||||
|
Loading…
Reference in New Issue
Block a user