Skip to content

Commit

Permalink
Added unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vicajilau committed Nov 1, 2023
1 parent 8672e86 commit ebb729f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/pd_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:platform_detail/platform_detail.dart';

Future main() async {

test('Current Platform', () {
expect(PlatformDetail.currentPlatform, PlatformDetail.currentPlatform);
});

}

0 comments on commit ebb729f

Please sign in to comment.