testsAssetLineFor static method

String testsAssetLineFor(
  1. String testsDirRelative
)

Implementation

static String testsAssetLineFor(String testsDirRelative) =>
    '    - ${_withTrailingSlash(testsDirRelative)}';