pubspecYamlSupportsTest function

bool pubspecYamlSupportsTest(
  1. Map map
)

Implementation

bool pubspecYamlSupportsTest(Map map) {
  return pubspecYamlHasAnyDependencies(map, ['test']);
}