mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-07-06 21:32:13 +00:00
DEV: Import test helpers
This commit is contained in:
parent
9be37644d8
commit
912e68e587
@ -2,7 +2,9 @@ import {
|
|||||||
acceptance,
|
acceptance,
|
||||||
updateCurrentUser,
|
updateCurrentUser,
|
||||||
} from "discourse/tests/helpers/qunit-helpers";
|
} from "discourse/tests/helpers/qunit-helpers";
|
||||||
|
import { test } from "qunit";
|
||||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||||
|
import { visit } from "@ember/test-helpers";
|
||||||
|
|
||||||
acceptance("AdSense", function (needs) {
|
acceptance("AdSense", function (needs) {
|
||||||
needs.user();
|
needs.user();
|
||||||
|
@ -2,7 +2,9 @@ import {
|
|||||||
acceptance,
|
acceptance,
|
||||||
updateCurrentUser,
|
updateCurrentUser,
|
||||||
} from "discourse/tests/helpers/qunit-helpers";
|
} from "discourse/tests/helpers/qunit-helpers";
|
||||||
|
import { test } from "qunit";
|
||||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||||
|
import { visit } from "@ember/test-helpers";
|
||||||
|
|
||||||
acceptance("DFP Ads", function (needs) {
|
acceptance("DFP Ads", function (needs) {
|
||||||
needs.user();
|
needs.user();
|
||||||
|
@ -2,6 +2,8 @@ import {
|
|||||||
acceptance,
|
acceptance,
|
||||||
updateCurrentUser,
|
updateCurrentUser,
|
||||||
} from "discourse/tests/helpers/qunit-helpers";
|
} from "discourse/tests/helpers/qunit-helpers";
|
||||||
|
import { test } from "qunit";
|
||||||
|
import { visit } from "@ember/test-helpers";
|
||||||
|
|
||||||
acceptance("House Ads", function (needs) {
|
acceptance("House Ads", function (needs) {
|
||||||
needs.user();
|
needs.user();
|
||||||
|
@ -2,6 +2,8 @@ import {
|
|||||||
acceptance,
|
acceptance,
|
||||||
updateCurrentUser,
|
updateCurrentUser,
|
||||||
} from "discourse/tests/helpers/qunit-helpers";
|
} from "discourse/tests/helpers/qunit-helpers";
|
||||||
|
import { test } from "qunit";
|
||||||
|
import { visit } from "@ember/test-helpers";
|
||||||
|
|
||||||
acceptance("Mixed Ads", function (needs) {
|
acceptance("Mixed Ads", function (needs) {
|
||||||
needs.user();
|
needs.user();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user