private getSections()

in client/src/lang/fixtures/TestTypeaheadHelpers.ts [37:45]


  private getSections(): Promise<TextSuggestionOption[]> {
    return Promise.resolve([
      new TextSuggestionOption(
        "Also sections",
        "sections-are-magic",
        "Sections are less magic"
      ),
    ]);
  }