testsDirPath property

String? get testsDirPath

Implementation

String? get testsDirPath {
  final relative = testsDirRelative;
  if (relative == null) return null;
  return p.join(appDir, relative);
}