withSingleParagraphAndLink method

TestSuperEditorConfigurator withSingleParagraphAndLink()

Implementation

TestSuperEditorConfigurator withSingleParagraphAndLink() {
  return TestSuperEditorConfigurator._(
    _widgetTester,
    singleParagraphWithLinkDoc(),
  );
}