()
| 466 | logger.warn("--watch requested but no resolvable fixture sources; skipping watcher"); |
| 467 | } else { |
| 468 | const loadFn = (): Fixture[] => loadSource(primary); |
| 469 | watcher = watchFixtures(primary.path, fixtures, loadFn, { |
| 470 | logger, |
| 471 | validate: validateOnLoad, |
no test coverage detected
searching dependent graphs…