Unverified Commit c4cab5dc authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

add missing config to create (#36727)

parent e5ea996a
......@@ -258,7 +258,9 @@ class WebCompileTest {
rmTree(sampleDir);
await inDirectory<void>(Directory.systemTemp, () async {
await flutter('create', options: <String>['--template=app', '--web', sampleAppName]);
await flutter('create', options: <String>['--template=app', '--web', sampleAppName], environment: <String, String>{
'FLUTTER_WEB': 'true',
});
await inDirectory(sampleDir, () async {
await flutter('packages', options: <String>['get']);
await evalFlutter('build', options: <String>[
......
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