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 { test } from "qunit";
|
||||
import { click, visit } from "@ember/test-helpers";
|
||||
|
||||
acceptance("Discourse Solved Plugin", function (needs) {
|
||||
needs.user();
|
||||
|
|
Loading…
Reference in New Issue