(message: string | null, container: HTMLElement)
| 13 | import {getConfig} from './config' |
| 14 | |
| 15 | function getElementError(message: string | null, container: HTMLElement) { |
| 16 | return getConfig().getElementError(message, container) |
| 17 | } |
| 18 | |
| 19 | function getMultipleElementsFoundError( |
| 20 | message: string, |
no test coverage detected