mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
test: delete file
This commit is contained in:
parent
73a97fdbea
commit
2b8e4d3e61
1 changed files with 0 additions and 10 deletions
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
}
|
||||
Loading…
Reference in a new issue