()
| 76 | }; |
| 77 | |
| 78 | const getNoConflict = () => { |
| 79 | initConfiguration(); |
| 80 | return initialConfig.noConflict; |
| 81 | }; |
| 82 | |
| 83 | const getDefaultFontLoading = () => { |
| 84 | initConfiguration(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…