hasTestYamlOnDisk property

bool get hasTestYamlOnDisk

Implementation

bool get hasTestYamlOnDisk {
  final testsDir = testsDirRelative;
  return testsDir != null && _hasTestYamlOnDisk(testsDir);
}