Skip to content

Commit

Permalink
chore: remove unecessary comments in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahad-patel committed Oct 2, 2024
1 parent 0427d43 commit e207b5f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ void main() async {
(tester) async {
const text = 'Welcome to Appflowy 😁';
final editor = tester.editor
// final editor = tester.editor..addNode(paraNode);
..addNode(bulletedListNode(text: text))
..addNode(bulletedListNode(text: text))
..addNode(bulletedListNode(text: text));
Expand Down Expand Up @@ -301,7 +300,6 @@ void main() async {
(tester) async {
const text = 'Welcome to Appflowy 😁';
final editor = tester.editor
// final editor = tester.editor..addNode(paraNode);
..addNode(bulletedListNode(text: text))
..addNode(bulletedListNode(text: text))
..addNode(bulletedListNode(text: text));
Expand Down

0 comments on commit e207b5f

Please sign in to comment.