1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-22 05:28:10 +01:00

added blank test

This commit is contained in:
shilangyu 2020-08-31 23:21:12 +02:00
parent 377f0b7c4e
commit 532f08d8ff

7
test/blank_test.dart Normal file
View File

@ -0,0 +1,7 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
test('blank', () {
expect(true, true);
});
}