mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 21:44:09 +08:00
DEV: Fix ember/prefer-ember-test-helpers
(#24013)
This commit is contained in:
parent
8c01947c45
commit
23af6c23d0
@ -1,5 +1,5 @@
|
|||||||
import { next } from "@ember/runloop";
|
import { next } from "@ember/runloop";
|
||||||
import { click, fillIn, render, settled } from "@ember/test-helpers";
|
import { click, fillIn, focus, render, settled } from "@ember/test-helpers";
|
||||||
import { hbs } from "ember-cli-htmlbars";
|
import { hbs } from "ember-cli-htmlbars";
|
||||||
import { module, test } from "qunit";
|
import { module, test } from "qunit";
|
||||||
import { withPluginApi } from "discourse/lib/plugin-api";
|
import { withPluginApi } from "discourse/lib/plugin-api";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user