addJsPackageDep property
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;
Adds the 'js' package as a dependency to the package-under-test.
This allows various package:js/ imports to resolve.
bool get addJsPackageDep => false;