Browse Source

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

Enzo Lizama 2 years ago
parent
commit
2e45624973

+ 7 - 0
frontend/app_flowy/packages/appflowy_editor/test/extensions/text_node_extensions_test.dart

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