This commit is contained in:
Isaac Janzen 2023-11-28 08:02:14 -07:00
parent 748940e11f
commit a01e594319
No known key found for this signature in database
GPG Key ID: D75AF9C21FD8EBCD
2 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
import { apiInitializer } from "discourse/lib/api";
import { logSearchLinkClick } from "discourse/lib/search";
import { iconNode } from "discourse-common/lib/icon-library";
import { h } from "virtual-dom";
import I18n from "discourse-i18n";
import SearchBanner from "../components/search-banner";
export default apiInitializer("1.14.0", (api) => {

View File

@ -1,5 +1,5 @@
import { acceptance, query } from "discourse/tests/helpers/qunit-helpers";
import { fillIn, triggerKeyEvent, visit } from "@ember/test-helpers";
import { click, fillIn, triggerKeyEvent, visit } from "@ember/test-helpers";
import { test } from "qunit";
acceptance("Discourse Search Banner", function (needs) {