Unverified Commit 873b21ec authored by Anna Gringauze's avatar Anna Gringauze Committed by GitHub

fixed flutter pub get failure in tests (#55499)

parent 4844a333
......@@ -40,6 +40,7 @@ abstract class Project {
writeFile(globals.fs.path.join(dir.path, 'test', 'test.dart'), test);
}
writeFile(globals.fs.path.join(dir.path, 'web', 'index.html'), _kDefaultHtml);
writePackages(dir.path);
await getPackages(dir.path);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment