Skip to content

Commit

Permalink
Add basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jai Sachdeva committed Oct 15, 2019
1 parent 53dfc14 commit b9d35f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/news_respository_test.dart
@@ -1,3 +1,7 @@
void main() {
import 'package:flutter_test/flutter_test.dart';

void main() {
test('add', () {
expect(3, 1 + 2);
});
}

0 comments on commit b9d35f9

Please sign in to comment.