Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marwfair committed Jul 17, 2024
1 parent 2a664a1 commit a8fc5d1
Show file tree
Hide file tree
Showing 16 changed files with 300 additions and 343 deletions.
195 changes: 0 additions & 195 deletions lib/l10n/generated/airplane_entertainment_system_localizations.dart

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions test/app/view/app_test.dart

This file was deleted.

25 changes: 0 additions & 25 deletions test/counter/cubit/counter_cubit_test.dart

This file was deleted.

67 changes: 0 additions & 67 deletions test/counter/view/counter_page_test.dart

This file was deleted.

2 changes: 1 addition & 1 deletion test/helpers/helpers.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export 'pump_app.dart';
export 'pump_experience.dart';
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import 'package:airplane_entertainment_system/l10n/l10n.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

extension PumpApp on WidgetTester {
Future<void> pumpApp(Widget widget) {
extension PumpExperience on WidgetTester {
Future<void> pumpExperience(Widget widget) {
return pumpWidget(
MaterialApp(
localizationsDelegates: AppLocalizations.localizationsDelegates,
Expand Down
Loading

0 comments on commit a8fc5d1

Please sign in to comment.