mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
## Summary @dej611 shared with me a way to look for code duplication in Kibana repo and I did a quick check in FTR page objects / services ``` npx jscpd --ignore '**/target/**,**/*.d.ts,*.json,**/*spec*,**/test_suites/**' **/test*/**/page_objects/** -r html npx jscpd --ignore '**/target/**,**/*.d.ts,*.json,**/*spec*,**/test_suites/**' **/test*/**/services/** -r html` ``` I was able to find not only easy to fix duplications, but also non-longer used service and functions. This PR just a small cleanup :) --------- Co-authored-by: Julia Rechkunova <julia.rechkunova@gmail.com> |
||
---|---|---|
.. | ||
apps | ||
screenshots/baseline | ||
services | ||
config.ts | ||
ftr_provider_context.d.ts |