test: Merge branch 'main' of github-enzo:enzoftware/AppFlowy

This commit is contained in:
Enzo Lizama 2022-10-07 21:25:59 -05:00
commit 2e45624973

View File

@ -0,0 +1,7 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
group('TextNodeExtension::', () {
test('description', () {});
});
}