Skip to content

Commit

Permalink
init codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
huykgit98 committed Dec 11, 2023
1 parent 3344af2 commit b40caaf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 106 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
# DevFin
This project utilizes [Very good layered architecture](https://verygood.ventures/blog/very-good-flutter-architecture) developed by Felix Angelov, the creator of the BLoC library, and his team at Very Good Ventures.
# Features
Expand Down Expand Up @@ -171,4 +170,3 @@ Update the `CFBundleLocalizations` array in the `Info.plist` at `ios/Runner/Info
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
[very_good_cli_link]: https://github.com/VeryGoodOpenSource/very_good_cli
>>>>>>> 6f4953c (init codebase)
24 changes: 12 additions & 12 deletions test/app/view/app_test.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import 'package:devfin/app/app.dart';
import 'package:devfin/counter/counter.dart';
import 'package:flutter_test/flutter_test.dart';

void main() {
group('App', () {
testWidgets('renders CounterPage', (tester) async {
await tester.pumpWidget(const App());
expect(find.byType(CounterPage), findsOneWidget);
});
});
}
// import 'package:devfin/app/app.dart';
// import 'package:devfin/counter/counter.dart';
// import 'package:flutter_test/flutter_test.dart';
//
// void main() {
// group('App', () {
// testWidgets('renders CounterPage', (tester) async {
// await tester.pumpWidget(const App());
// expect(find.byType(CounterPage), findsOneWidget);
// });
// });
// }
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.

0 comments on commit b40caaf

Please sign in to comment.