mirror of
https://github.com/krawieck/lemmur/
synced 2024-12-22 05:28:10 +01:00
added blank test
This commit is contained in:
parent
377f0b7c4e
commit
532f08d8ff
7
test/blank_test.dart
Normal file
7
test/blank_test.dart
Normal file
@ -0,0 +1,7 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
test('blank', () {
|
||||
expect(true, true);
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user