Skip to content

Commit

Permalink
test(main): add main test call
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Jun 2, 2023
1 parent 283f7f5 commit f0dd251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/model/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import 'alphabet_test.dart' as alphabet_test;
import 'cryptogram_string_extension_test.dart'
as cryptogram_string_extension_test;
import 'name_test.dart' as name_test;

void main() {
alphabet_test.main();
cryptogram_string_extension_test.main();
name_test.main();
}

0 comments on commit f0dd251

Please sign in to comment.