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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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();