mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-03-09 13:19:11 +00:00
DEV: Fix deprecated imports (#120)
This commit is contained in:
parent
55045bba3c
commit
d5cf5776d9
@ -1,5 +1,8 @@
|
||||
import { acceptance, updateCurrentUser } from "helpers/qunit-helpers";
|
||||
import groupFixtures from "fixtures/group-fixtures";
|
||||
import {
|
||||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||
|
||||
acceptance("AdSense", function (needs) {
|
||||
needs.user();
|
||||
|
@ -1,5 +1,8 @@
|
||||
import { acceptance, updateCurrentUser } from "helpers/qunit-helpers";
|
||||
import groupFixtures from "fixtures/group-fixtures";
|
||||
import {
|
||||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import groupFixtures from "discourse/tests/fixtures/group-fixtures";
|
||||
|
||||
acceptance("DFP Ads", function (needs) {
|
||||
needs.user();
|
||||
|
@ -1,4 +1,7 @@
|
||||
import { acceptance, updateCurrentUser } from "helpers/qunit-helpers";
|
||||
import {
|
||||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
|
||||
acceptance("House Ads", function (needs) {
|
||||
needs.user();
|
||||
|
@ -1,4 +1,7 @@
|
||||
import { acceptance, updateCurrentUser } from "helpers/qunit-helpers";
|
||||
import {
|
||||
acceptance,
|
||||
updateCurrentUser,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
|
||||
acceptance("Mixed Ads", function (needs) {
|
||||
needs.user();
|
||||
|
Loading…
x
Reference in New Issue
Block a user