()
| 28 | * @docs-private |
| 29 | */ |
| 30 | export function getTableMultipleDefaultRowDefsError() { |
| 31 | return Error( |
| 32 | `There can only be one default row without a when predicate function. ` + |
| 33 | 'Or set `multiTemplateDataRows`.', |
| 34 | ); |
| 35 | } |
| 36 | |
| 37 | /** |
| 38 | * Returns an error to be thrown when there are no matching row defs for a particular set of data. |
no outgoing calls
no test coverage detected