Skip to content

Commit

Permalink
Add test, not only test file
Browse files Browse the repository at this point in the history
  • Loading branch information
SiekamCebule committed Jun 27, 2024
1 parent 0a0ce8b commit afd6559
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/example_test.dart
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
void main() {}
import 'package:flutter_test/flutter_test.dart';

void main() {
test('test_test', () {
expect(true, !false);
});
}

0 comments on commit afd6559

Please sign in to comment.