| Index: utils/tests/pub/pub_install_test.dart
|
| diff --git a/utils/tests/pub/pub_install_test.dart b/utils/tests/pub/pub_install_test.dart
|
| index 38605a1ab7cb3bfba18089718659fc7c5e591b63..85f54811e05f34188e254d60ab26fc621d55bad5 100644
|
| --- a/utils/tests/pub/pub_install_test.dart
|
| +++ b/utils/tests/pub/pub_install_test.dart
|
| @@ -95,6 +95,18 @@ main() {
|
| run();
|
| });
|
|
|
| + test('does not warn if the root package lacks a "lib" directory', () {
|
| + dir(appPath, [
|
| + appPubspec([])
|
| + ]).scheduleCreate();
|
| +
|
| + schedulePub(args: ['install'],
|
| + error: '',
|
| + output: const RegExp(r"Dependencies installed!$"));
|
| +
|
| + run();
|
| + });
|
| +
|
| test('overwrites the existing packages directory', () {
|
| dir(appPath, [
|
| appPubspec([]),
|
|
|