lint
This commit is contained in:
parent
748940e11f
commit
a01e594319
|
|
@ -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) => {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue