| 13 | |
| 14 | declare global { |
| 15 | interface Window { |
| 16 | axios: any; |
| 17 | mobx: any; |
| 18 | mobxReact: any; |
| 19 | React: any; |
| 20 | ReactRouterDOM: any; |
| 21 | jQuery: any; |
| 22 | $: any; |
| 23 | BuildbotPluginSupport: any; |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | window.axios = axios; |
nothing calls this directly
no outgoing calls
no test coverage detected