test: delete file

This commit is contained in:
Enzo Lizama 2022-10-07 21:24:28 -05:00
parent 73a97fdbea
commit 2b8e4d3e61

View File

@ -1,10 +0,0 @@
import 'package:appflowy_editor/appflowy_editor.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
group('TextNodeExtension::', () {
test('description', () {
final selecion = Selection.single(path: [0, 1, 2], startOffset: 0);
});
});
}