(method: string, field: string)
| 28 | const sampleConfigFields = ['source', 'clock', 'target'] |
| 29 | |
| 30 | const fieldErrorMessage = (method: string, field: string) => |
| 31 | method + `: ${field} should be defined` |
| 32 | |
| 33 | export function validateSampleConfig(config: any, method: string) { |
| 34 | let atLeastOneFieldExists = false |
no outgoing calls
no test coverage detected
searching dependent graphs…