Skip to content

Commit

Permalink
Add test example
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloDias-stack committed Oct 2, 2024
1 parent e40a515 commit 7f35fcd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/test_example_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import 'package:flutter_test/flutter_test.dart';

void main() {
test("Text example", () {
var aux = 1;
expect(aux, equals(1));
});
}

0 comments on commit 7f35fcd

Please sign in to comment.