overrideDCliPathKey top-level constant

  1. @visibleForTesting
String const overrideDCliPathKey

Used for unit testing. When this environment variable exists the DartProject.create method will add a pubspec_overrides.yaml file in the created project with overrides for dcli and dcli_core which point to our dev source tree.

Implementation

@visibleForTesting
const String overrideDCliPathKey = 'DCLI_OVERRIDE_PATH';