1
0
mirror of synced 2026-08-05 01:36:54 +00:00

DEV: Fix imports (#192)

This commit is contained in:
Jarek Radosz
2022-03-06 21:33:24 +01:00
committed by GitHub
parent 6007395cfb
commit 7c50330e04
5 changed files with 12 additions and 10 deletions
@@ -1,7 +1,7 @@
import { acceptance, queryAll } from "discourse/tests/helpers/qunit-helpers";
import { fixturesByUrl } from "discourse/tests/helpers/create-pretender";
import { test } from "qunit";
import { click, visit } from "@ember/test-helpers";
import { click, fillIn, visit } from "@ember/test-helpers";
acceptance("Discourse Solved Plugin", function (needs) {
needs.user();