We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231a7d8 commit e26f92cCopy full SHA for e26f92c
pkgs/native_assets_cli/test/example/native_add_library_test.dart
@@ -35,6 +35,11 @@ void main() async {
35
final testPackageUri = packageUri.resolve('example/$name/');
36
final dartUri = Uri.file(Platform.resolvedExecutable);
37
38
+ await Process.run(
39
+ dartUri.toFilePath(),
40
+ ['pub', 'get'],
41
+ workingDirectory: testPackageUri.toFilePath(),
42
+ );
43
final processResult = await Process.run(
44
dartUri.toFilePath(),
45
[
0 commit comments