DEV: Import test helpers
This commit is contained in:
parent
9be37644d8
commit
912e68e587
|
@ -2,7 +2,9 @@ import {
|
|||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||
import { visit } from "@ember/test-helpers";
|
||||
|
||||
acceptance("AdSense", function (needs) {
|
||||
needs.user();
|
||||
|
|
|
@ -2,7 +2,9 @@ import {
|
|||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||
import { visit } from "@ember/test-helpers";
|
||||
|
||||
acceptance("DFP Ads", function (needs) {
|
||||
needs.user();
|
||||
|
|
|
@ -2,6 +2,8 @@ import {
|
|||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import { visit } from "@ember/test-helpers";
|
||||
|
||||
acceptance("House Ads", function (needs) {
|
||||
needs.user();
|
||||
|
|
|
@ -2,6 +2,8 @@ import {
|
|||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import { visit } from "@ember/test-helpers";
|
||||
|
||||
acceptance("Mixed Ads", function (needs) {
|
||||
needs.user();
|
||||
|
|
Loading…
Reference in New Issue