mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-07 06:12:23 +00:00
FIX: Import test helpers properly (#167)
This commit is contained in:
parent
8dbbc8f608
commit
55cb184f7e
@ -1,5 +1,7 @@
|
|||||||
import { acceptance, queryAll } from "helpers/qunit-helpers";
|
import { acceptance, queryAll } from "discourse/tests/helpers/qunit-helpers";
|
||||||
import { fixturesByUrl } from "discourse/tests/helpers/create-pretender";
|
import { fixturesByUrl } from "discourse/tests/helpers/create-pretender";
|
||||||
|
import { test } from "qunit";
|
||||||
|
import { click, visit } from "@ember/test-helpers";
|
||||||
|
|
||||||
acceptance("Discourse Solved Plugin", function (needs) {
|
acceptance("Discourse Solved Plugin", function (needs) {
|
||||||
needs.user();
|
needs.user();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user