addJsPackageDep property

bool get addJsPackageDep
inherited

Adds the 'js' package as a dependency to the package-under-test.

This allows various package:js/ imports to resolve.

Implementation

bool get addJsPackageDep => false;