Skip to content

Commit

Permalink
Merge pull request #15 from bamlab/feat/support-multipackages-app-wit…
Browse files Browse the repository at this point in the history
…h-packages-name-differently-from-folder

Feat/support multipackages app with packages name differently from folder
  • Loading branch information
guitoof committed Jan 17, 2023
2 parents e39e38e + 2682f82 commit 831b070
Show file tree
Hide file tree
Showing 62 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/multi_packages_app/app/test/src/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void main() {
),
);

await tester.expectGolden<App>(variant);
await tester.expectGolden<App>(variant, suffix: 'multi_packages');

final textField = find.byType(TextField);

Expand All @@ -24,7 +24,7 @@ void main() {

await tester.expectGolden<App>(
variant,
suffix: 'with_keyboard',
suffix: 'multi_packages_with_keyboard',
);
},
);
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
4 changes: 2 additions & 2 deletions example/simple_app/test/src/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void main() {
),
);

await tester.expectGolden<App>(variant);
await tester.expectGolden<App>(variant, suffix: 'simple');

final textField = find.byType(TextField);

Expand All @@ -24,7 +24,7 @@ void main() {

await tester.expectGolden<App>(
variant,
suffix: 'with_keyboard',
suffix: 'simple_with_keyboard',
);
},
);
Expand Down
Diff not rendered.
Diff not rendered.
Binary file removed example/simple_app/test/src/preview/iPadPro:app.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed example/simple_app/test/src/preview/iPhone_8:app.png
Diff not rendered.
Diff not rendered.
Binary file removed example/simple_app/test/src/preview/pixel_5:app.png
Diff not rendered.
Diff not rendered.

0 comments on commit 831b070

Please sign in to comment.