DEV: fixes qunit imports (#64)

This commit is contained in:
Joffrey JAFFEUX 2021-10-22 09:51:23 +02:00 committed by GitHub
parent d8c48e6218
commit 8321e74b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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) {