DEV: Fix ember/prefer-ember-test-helpers (#24013)

This commit is contained in:
Jarek Radosz 2023-10-19 13:46:28 +02:00 committed by GitHub
parent 8c01947c45
commit 23af6c23d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";