hasTests property

bool hasTests

Returns whether this package contains a test directory.

Implementation

bool get hasTests => dirExists(p.join(path, 'test'));