DEV: fixes qunit imports (#64)
This commit is contained in:
parent
d8c48e6218
commit
8321e74b60
|
@ -1,4 +1,9 @@
|
|||
import { acceptance, count, query } from "helpers/qunit-helpers";
|
||||
import {
|
||||
acceptance,
|
||||
count,
|
||||
query,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import docsFixtures from "../fixtures/docs";
|
||||
|
||||
acceptance("Docs", function (needs) {
|
||||
|
|
Loading…
Reference in New Issue