DEV: Allow plugin tests to run in Ember CLI qunit

This commit is contained in:
Robin Ward
2021-06-21 15:52:15 -04:00
parent 2c918a3161
commit a2b744ae25
8 changed files with 27 additions and 10 deletions
@@ -2,7 +2,9 @@ import {
acceptance,
publishToMessageBus,
} from "discourse/tests/helpers/qunit-helpers";
import { test } from "qunit";
import { clearPopupMenuOptionsCallback } from "discourse/controllers/composer";
import { visit } from "@ember/test-helpers";
acceptance("Poll results", function (needs) {
needs.user();