1
0
mirror of synced 2026-08-31 22:44:33 +00:00

FIX: Import test helpers properly (#167)

This commit is contained in:
Robin Ward
2021-09-21 13:29:00 -04:00
committed by GitHub
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 { test } from "qunit";
import { click, visit } from "@ember/test-helpers";
acceptance("Discourse Solved Plugin", function (needs) {
needs.user();